summaryrefslogtreecommitdiffhomepage
path: root/src/udis86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udis86.h')
-rw-r--r--src/udis86.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/udis86.h b/src/udis86.h
new file mode 100644
index 0000000..ba5af90
--- /dev/null
+++ b/src/udis86.h
@@ -0,0 +1,12 @@
+/* This file is dedicated to the public domain. */
+
+#ifndef INC_UDIS86_H
+#define INC_UDIS86_H
+
+#include "3p/udis86/types.h"
+#include "3p/udis86/extern.h"
+#include "3p/udis86/itab.h"
+
+#endif
+
+// vi: sw=4 ts=4 noet tw=80 cc=80