summaryrefslogtreecommitdiff
path: root/msim/fault.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--msim/fault.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/msim/fault.h b/msim/fault.h
new file mode 100644
index 0000000..26371b3
--- /dev/null
+++ b/msim/fault.h
@@ -0,0 +1,10 @@
+/* Copyright (c) 2024 Freya Murphy */
+
+#ifndef __FAULT_H__
+#define __FAULT_H__
+
+#include "sim.h"
+
+void init_handlers(struct simulator *s);
+
+#endif /* __FAULT_H__ */