?? rtai_shm.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 + -