aboutsummaryrefslogtreecommitdiff
path: root/src/utils/svc_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/svc_interface.h')
-rw-r--r--src/utils/svc_interface.h11
1 files changed, 11 insertions, 0 deletions
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