📄 rtai_fpu.h
字号:
/* * include/asm-arm/fpu.h * * Just a dummy for RTAI now, because our ARM has no FPU * If you have an ARM-processor with FPU, add the necessary code to up_task_sw ... */#ifndef RTAI_FPU_ASM_H#define RTAI_FPU_ASM_H#ifdef CONFIG_RTAI_FPU_SUPPORTextern void save_fpenv(long *fpu_reg);extern void restore_fpenv(long *fpu_reg);#else /* notdef CONFIG_RTAI_FPU_SUPPORT */#define save_fpenv(x)#define restore_fpenv(x)#endif /* CONFIG_RTAI_FPU_SUPPORT */#endif /* RTAI_FPU_ASM_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -