aboutsummaryrefslogtreecommitdiff
path: root/include/qbt/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qbt/asm.h')
-rw-r--r--include/qbt/asm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/qbt/asm.h b/include/qbt/asm.h
new file mode 100644
index 0000000..10f3f3f
--- /dev/null
+++ b/include/qbt/asm.h
@@ -0,0 +1,10 @@
+#ifndef ASM_H
+#define ASM_H
+
+#include <stdio.h>
+
+#include <qbt/nodes.h>
+
+void output(struct fn *fn, FILE *f);
+
+#endif /* ASM_H */