summaryrefslogtreecommitdiff
path: root/nqasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nqasm.h')
-rw-r--r--nqasm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nqasm.h b/nqasm.h
new file mode 100644
index 0000000..3712849
--- /dev/null
+++ b/nqasm.h
@@ -0,0 +1,11 @@
+#ifndef NQ_NQASM_H
+#define NQ_NQASM_H
+
+struct instruction {
+ int mnem;
+};
+
+void add_instruction(const struct instruction *);
+
+#endif
+