extern.h
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:0k
源码类别:

操作系统开发

开发平台:

C/C++

  1. #ifndef EXTERN_H
  2. #define EXTERN_H
  3. extern void nullint();
  4. extern void hangup();
  5. extern unsigned long read_cr0();
  6. extern unsigned long read_cr3();
  7. extern void write_cr0(unsigned long cr0);
  8. extern void write_cr3(unsigned long cr3);
  9. extern void intoff();
  10. extern void inton();
  11. #endif