summaryrefslogtreecommitdiff
path: root/procyon/include/acm/evt.h
diff options
context:
space:
mode:
Diffstat (limited to 'procyon/include/acm/evt.h')
-rw-r--r--procyon/include/acm/evt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/procyon/include/acm/evt.h b/procyon/include/acm/evt.h
new file mode 100644
index 0000000..3a5aa2a
--- /dev/null
+++ b/procyon/include/acm/evt.h
@@ -0,0 +1,10 @@
+#if !defined(acm_hdr_evt)
+#define acm_hdr_evt
+
+#include <acm/bs.h>
+
+#include <stdint.h>
+
+bool acm_jmp(uint_least64_t sys);
+
+#endif