cpu_unrename.h

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

H
33
字号
/* This file is generated from cpu_rename.def by genrename. */#ifdef _CPU_UNRENAME_H_#undef _CPU_UNRENAME_H_#ifndef OMIT_RENAME#undef activate_r#undef ret_int#undef ret_exc#undef interrupt_count#undef int_handler_table#undef int_bit_table#undef exception_entry#undef interrupt_entry#ifdef LABEL_ASM#undef _activate_r#undef _ret_int#undef _ret_exc#undef _interrupt_count#undef _int_handler_table#undef _int_bit_table#undef _exception_entry#undef _interrupt_entry#endif /* LABEL_ASM */#endif /* OMIT_RENAME */#endif /* _CPU_UNRENAME_H_ */

⌨️ 快捷键说明

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