xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9ad44da676bbc651f3727ba093a26152dd427116
parent c16e0916a7d82d8001289943294ef727ffe0a3e8
Author: rsc <rsc>
Date:   Wed,  8 Aug 2007 09:44:23 +0000

unused

Diffstat:
Mdefs.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/defs.h b/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*);