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, 0 insertions, 10 deletions
diff --git a/procyon/include/acm/evt.h b/procyon/include/acm/evt.h
deleted file mode 100644
index 3a5aa2a..0000000
--- a/procyon/include/acm/evt.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#if !defined(acm_hdr_evt)
-#define acm_hdr_evt
-
-#include <acm/bs.h>
-
-#include <stdint.h>
-
-bool acm_jmp(uint_least64_t sys);
-
-#endif