- #ifndef EXTERN_H
- #define EXTERN_H
- extern void nullint();
- extern void hangup();
- extern unsigned long read_cr0();
- extern unsigned long read_cr3();
- extern void write_cr0(unsigned long cr0);
- extern void write_cr3(unsigned long cr3);
- extern void intoff();
- extern void inton();
- #endif