summaryrefslogtreecommitdiff
path: root/tool/headers/mach/arm/boolean.h
diff options
context:
space:
mode:
Diffstat (limited to 'tool/headers/mach/arm/boolean.h')
-rw-r--r--tool/headers/mach/arm/boolean.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tool/headers/mach/arm/boolean.h b/tool/headers/mach/arm/boolean.h
new file mode 100644
index 000000000..407fe8980
--- /dev/null
+++ b/tool/headers/mach/arm/boolean.h
@@ -0,0 +1,7 @@
+#ifndef _MACH_ARM_BOOLEAN_H_
+#define _MACH_ARM_BOOLEAN_H_
+
+typedef int boolean_t;
+
+#endif
+