From 4af200b00188e02b2c6207dfe494a3dd12556c5f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Sep 2024 18:52:25 -0400 Subject: msim done (ish) --- msim/fault.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 msim/fault.h (limited to 'msim/fault.h') 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__ */ -- cgit v1.2.3-freya