gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CHECK_RSATR from mtkernel_3/kernel/tkernel/check.h (0.00 seconds)
mtkernel_3
kernel/tkernel/check.h - 8.9KB - 247 lines
179: #if CHK_RSATR
180: #define CHECK_RSATR(atr, maxatr) {                              \
181:         if ((atr) & ~(maxatr)) {                               \
185: #else /* CHK_RSATR */ 186: #define CHECK_RSATR(atr, maxatr) 187: #endif /* CHK_RSATR */