Moved disk functions to drivers/bus/bios_disks.c

This commit is contained in:
Michael Brown
2005-04-18 15:35:39 +00:00
parent 641596e6ba
commit c245ab75ad
2 changed files with 0 additions and 59 deletions

View File

@@ -3,8 +3,5 @@
extern unsigned long currticks ( void );
extern void cpu_nap ( void );
extern void disk_init ( void );
extern unsigned int pcbios_disk_read ( int drive, int cylinder, int head,
int sector, char *fixme_buf );
#endif /* BIOS_H */