summaryrefslogtreecommitdiff
path: root/tool/headers/mach/arm/boolean.h
blob: 407fe8980f47b3c2ec85d3fe36f71a97332deca3 (plain)
1
2
3
4
5
6
7
#ifndef _MACH_ARM_BOOLEAN_H_
#define _MACH_ARM_BOOLEAN_H_

typedef int boolean_t;

#endif