From 615e3302c9dd358bb64cd56d1f3814ad8d5df84d Mon Sep 17 00:00:00 2001 From: vetch Date: Sat, 4 Jan 2020 19:37:32 +0100 Subject: rearranged files, updated makefile --- src/utils/svc_interface.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/utils/svc_interface.h (limited to 'src/utils/svc_interface.h') diff --git a/src/utils/svc_interface.h b/src/utils/svc_interface.h new file mode 100644 index 0000000..aa478ce --- /dev/null +++ b/src/utils/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