#ifndef BIOS_H #define BIOS_H extern unsigned long currticks ( void ); extern void cpu_nap ( void ); #endif /* BIOS_H */