in_8
#define in_8(addr) \
#define in_8(a) __raw_readb(a)
static inline int in_8(const volatile unsigned char *addr)
#undef in_8
#define in_8(addr) 0