rtai_shm.h
来自「rtai-3.1-test3的源代码(Real-Time Application」· C头文件 代码 · 共 24 行
H
24 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?