summaryrefslogtreecommitdiff
path: root/msim/fault.h
blob: 26371b3b4db725930a1bdb8ea693217aa09b440c (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright (c) 2024 Freya Murphy */

#ifndef __FAULT_H__
#define __FAULT_H__

#include "sim.h"

void init_handlers(struct simulator *s);

#endif /* __FAULT_H__ */