⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtai_fpu.h

📁 rtai-3.1-test3的源代码(Real-Time Application Interface )
💻 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 + -