summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index 3674c45..f54d829 100644
--- a/defs.h
+++ b/defs.h
@@ -104,7 +104,7 @@ int ide_finish(void *);
// bio.c
void binit(void);
struct buf;
-struct buf *getblk(void);
+struct buf * getblk(uint dev, uint sector);
struct buf *bread(uint, uint);
void bwrite(uint, struct buf *, uint);
void brelse(struct buf *);