cpu_unrename.h
来自「toppers操作系统源码」· C头文件 代码 · 共 52 行
H
52 行
/* This file is generated from cpu_rename.def by genrename. */#ifdef _CPU_UNRENAME_H_#undef _CPU_UNRENAME_H_/* * cpu_config.c */#undef intnest#undef iscpulocked#undef task_intmask#undef int_intmask#undef cpu_experr/* * cpu_support.S */#undef activate_r#undef no_reg_exception#undef common_interrupt_process/* * vector.S */#undef vector#ifdef LABEL_ASM/* * cpu_config.c */#undef _intnest#undef _iscpulocked#undef _task_intmask#undef _int_intmask#undef _cpu_experr/* * cpu_support.S */#undef _activate_r#undef _no_reg_exception#undef _common_interrupt_process/* * vector.S */#undef _vector#endif /* LABEL_ASM */#endif /* _CPU_UNRENAME_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?