File: bio.h

package info (click to toggle)
aboot 0.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 692 kB
  • ctags: 1,294
  • sloc: ansic: 7,994; asm: 309; makefile: 210
file content (4 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (7)
1
2
3
4
extern void	binit (int fd, int blocksize);
extern void	bflush (void);
extern void	bread (int blkno, void * blkbuf);
extern void	bwrite (int blkno, void * blkbuf);