summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/defs.h b/defs.h
index 7cf1e08..51c4d34 100644
--- a/defs.h
+++ b/defs.h
@@ -96,7 +96,9 @@ int ide_finish(void *);
// bio.c
struct buf;
+struct buf *getblk(void);
struct buf *bread(uint, uint);
+void bwrite(uint, struct buf *, uint);
void brelse(struct buf *);
// fs.c