1 #ifndef INCLUDE_BIOS_H
2 #define INCLUDE_BIOS_H
3 
4 void handle_bios(void);
5 /* Perform the bios hooking function */
6 
7 #endif
8