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/common/svc_interface.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/arm/common/svc_interface.h (limited to 'src/arm/common/svc_interface.h') diff --git a/src/arm/common/svc_interface.h b/src/arm/common/svc_interface.h new file mode 100644 index 0000000..aa478ce --- /dev/null +++ b/src/arm/common/svc_interface.h @@ -0,0 +1,11 @@ +#ifndef SVC_INTERFACE_H +#define SVC_INTERFACE_H + +enum svc_type + { + UART_PUTCHAR, + UART_GETCHAR, + UART_WRITE + }; + +#endif // SVC_INTERFACE_H -- cgit v1.2.3