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

📄 rtai_shm.h

📁 rtai-3.1-test3的源代码(Real-Time Application Interface )
💻 H
字号:
/* We're _not_ going to implement this hack method of getting into * the kernel on mips.  We'll do it the correct way and use a * driver. */#ifndef _RTAI_ASM_MIPS_RTAI_SHM_H_#define _RTAI_ASM_MIPS_RTAI_SHM_H_#undef __SHM_USE_VECTOR#define RTAI_SHM_VECTOR  0xFD#ifndef __KERNEL__static inline long long rtai_shmrq(unsigned long srq, unsigned long whatever){	return 0;}#endif#endif

⌨️ 快捷键说明

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