mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
8 lines
123 B
C
8 lines
123 B
C
|
|
#ifndef BIOS_H
|
||
|
|
#define BIOS_H
|
||
|
|
|
||
|
|
extern unsigned long currticks ( void );
|
||
|
|
extern void cpu_nap ( void );
|
||
|
|
|
||
|
|
#endif /* BIOS_H */
|