00001 #ifndef pridef_h 00002 #define pridef_h 00003 00004 #define PRI__NULL 0 00005 #define PRI__IOCOM 1 00006 #define PRI__RESAVL 2 00007 #define PRI__TOCOM 3 00008 #define PRI__TICOM 4 00009 #define PRI__TIMER 5 00010 #define PRI__PINC_CNT 6 00011 00012 #define PRI_C_NUM_PRI 32 00013 #define PRI_C_NUM_NORMAL 16 00014 #define PRI_C_NUM_REALTIME 16 00015 #define PRI_C_RT_THRESHOLD 16 00016 #define PRI_C_MIN_VMS_PRIO 0 00017 #define PRI_C_MAX_VMS_PRIO 31 00018 #define PRI_C_MIN_PSXRT_PRIO 16 00019 #define PRI_C_MAX_PSXRT_PRIO 31 00020 00021 #endif 00022