mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
Merged mcb30-realmode-redesign back to HEAD
This commit is contained in:
10
src/arch/i386/include/bios.h
Normal file
10
src/arch/i386/include/bios.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef BIOS_H
|
||||
#define BIOS_H
|
||||
|
||||
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 */
|
||||
Reference in New Issue
Block a user