1 #ifndef _INLINE_MCCCLASS_H
2 #define _INLINE_MCCCLASS_H
4 #ifndef __INLINE_MACROS_H
5 #include <inline/macros.h>
8 #ifndef MCCCLASS_BASE_NAME
9 #define MCCCLASS_BASE_NAME MCCClassBase
12 #define MCC_Query(which) \
13 LP1(0x1e, ULONG, MCC_Query, LONG, which, d0, \
16 #endif /* _INLINE_MCCCLASS_H */