summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_output.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-05-02 10:05:51 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:18 -0500
commitc0fbae7a40c662ae77f59f5f919cd6b88e38a85d (patch)
treead6aaca1b75a1f4b5e9ac533220e382f49489c94 /include/perk/perk_output.h
parent99ace9f6a21b254216f60613e91191d902daeeb8 (diff)
downloadperk-c0fbae7a40c662ae77f59f5f919cd6b88e38a85d.tar.bz2
perk-c0fbae7a40c662ae77f59f5f919cd6b88e38a85d.tar.xz
initial commit.
Diffstat (limited to 'include/perk/perk_output.h')
-rw-r--r--include/perk/perk_output.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h
new file mode 100644
index 0000000..36c6922
--- /dev/null
+++ b/include/perk/perk_output.h
@@ -0,0 +1,12 @@
+#ifndef PERK_OUTPUT_H
+#define PERK_OUTPUT_H
+
+#define PERK_OUTPUT_FORMAT_LIST 0x00000001
+#define PERK_OUTPUT_FORMAT_TABLE 0x00000002
+#define PERK_OUTPUT_FORMAT_READOBJ 0x00000004
+#define PERK_OUTPUT_FORMAT_OBJDUMP 0x00000008
+
+#define PERK_OUTPUT_FIELD_NAME 0x00000100
+#define PERK_OUTPUT_FIELD_ALL 0x80000000
+
+#endif