unused
This commit is contained in:
parent
c16e0916a7
commit
9ad44da676
1 changed files with 0 additions and 1 deletions
1
defs.h
1
defs.h
|
@ -115,7 +115,6 @@ void ide_rw(int, uint, void*, uint, int);
|
|||
// bio.c
|
||||
void binit(void);
|
||||
struct buf;
|
||||
struct buf* getblk(uint dev, uint sector);
|
||||
struct buf* bread(uint, uint);
|
||||
void bwrite(struct buf*, uint);
|
||||
void brelse(struct buf*);
|
||||
|
|
Loading…
Reference in a new issue