From 1af7591e37d09ddcd734ea07d0e999cf61c8bc5e Mon Sep 17 00:00:00 2001 From: vetch Date: Mon, 13 Jan 2020 12:40:38 +0100 Subject: Great Reorganisation, modify structure and makefile --- src/arm/PL0/PL0_utils.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/arm/PL0/PL0_utils.h (limited to 'src/arm/PL0/PL0_utils.h') diff --git a/src/arm/PL0/PL0_utils.h b/src/arm/PL0/PL0_utils.h new file mode 100644 index 0000000..c26a100 --- /dev/null +++ b/src/arm/PL0/PL0_utils.h @@ -0,0 +1,6 @@ +#ifndef PL0_UTILS_H +#define PL0_UTILS_H + +#include "io.h" + +#endif // PL0_UTILS_H -- cgit v1.2.3