Print ELF header/segments/sections
[centaur.git] / include / libelfu / types.h
diff --git a/include/libelfu/types.h b/include/libelfu/types.h
new file mode 100644 (file)
index 0000000..6ffdd84
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __LIBELFU_TYPES_H__
+#define __LIBELFU_TYPES_H__
+
+typedef enum {
+  ELFU_ERROR = -1,
+  ELFU_FALSE = 0,
+  ELFU_TRUE = 1
+} ELFU_BOOL;
+
+#endif