1 2 3 4 5 6 7
#ifndef _MACH_ARM_BOOLEAN_H_ #define _MACH_ARM_BOOLEAN_H_ typedef int boolean_t; #endif