cpu_unrename.h

来自「toppers操作系统源码」· C头文件 代码 · 共 40 行

H
40
字号
/* This file is generated from cpu_rename.def by genrename. */#ifdef _CPU_UNRENAME_H_#undef _CPU_UNRENAME_H_#undef activate_r  #undef ret_int     #undef ret_exc     #undef task_intmask#undef int_intmask #undef int_table#undef int_plevel_table#undef exc_table#undef BASE_VBR#undef general_exception#undef no_reg_interrupt#undef cpu_expevt#undef cpu_interrupt#ifdef LABEL_ASM#undef _activate_r  #undef _ret_int     #undef _ret_exc     #undef _task_intmask#undef _int_intmask #undef _int_table#undef _int_plevel_table#undef _exc_table#undef _BASE_VBR#undef _general_exception#undef _no_reg_interrupt#undef _cpu_expevt#undef _cpu_interrupt#endif /* LABEL_ASM */#endif /* _CPU_UNRENAME_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?