diff options
| author | kaashoek <kaashoek> | 2006-08-07 01:38:46 +0000 |
|---|---|---|
| committer | kaashoek <kaashoek> | 2006-08-07 01:38:46 +0000 |
| commit | 104207726be721843e44b8616faa87222aa5f0c2 (patch) | |
| tree | c3110f6482c692df461023a3d40ed420cc288475 /defs.h | |
| parent | 8ec6530feea5153e00dced60d33fbfdd9d5c3184 (diff) | |
| download | xv6-labs-2022-104207726be721843e44b8616faa87222aa5f0c2.tar.xz xv6-labs-2022-104207726be721843e44b8616faa87222aa5f0c2.zip | |
bwrite
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
