summaryrefslogtreecommitdiff
path: root/run/dos_emu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'run/dos_emu.hpp')
-rw-r--r--run/dos_emu.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/run/dos_emu.hpp b/run/dos_emu.hpp
new file mode 100644
index 0000000..ab285d7
--- /dev/null
+++ b/run/dos_emu.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <csignal>
+
+void dos_emu_handler(int sig, siginfo_t* info, void* c);