00001 00002 /* We're _not_ going to implement this hack method of getting into 00003 * the kernel on mips. We'll do it the correct way and use a 00004 * driver. */ 00005 00006 #ifndef _RTAI_ASM_MIPS_RTAI_SHM_H_ 00007 #define _RTAI_ASM_MIPS_RTAI_SHM_H_ 00008 00009 #undef __SHM_USE_VECTOR 00010 00011 #define RTAI_SHM_VECTOR 0xFD 00012 00013 #ifndef __KERNEL__ 00014 00015 static inline long long rtai_shmrq(unsigned long srq, unsigned long whatever) 00016 { 00017 return 0; 00018 } 00019 00020 #endif 00021 00022 #endif 00023