summaryrefslogtreecommitdiff
path: root/src/ControlFlow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ControlFlow.h')
-rw-r--r--src/ControlFlow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ControlFlow.h b/src/ControlFlow.h
new file mode 100644
index 0000000..0f8aa87
--- /dev/null
+++ b/src/ControlFlow.h
@@ -0,0 +1,7 @@
+#pragma once
+
+struct CPUContext;
+
+namespace executor_cases {
+ void Hlt(CPUContext& cc);
+}