aboutsummaryrefslogtreecommitdiff
path: root/src/utils/svc_interface.h
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-13 12:40:38 +0100
committervetch <vetch97@gmail.com>2020-01-13 12:40:38 +0100
commit1af7591e37d09ddcd734ea07d0e999cf61c8bc5e (patch)
treea56c73c9eddeb148baffc3a31bf50edbbeb31074 /src/utils/svc_interface.h
parent300cf770698142b636da867b7e04bf2d6ae9baa4 (diff)
downloadrpi-MMU-example-1af7591e37d09ddcd734ea07d0e999cf61c8bc5e.tar.gz
rpi-MMU-example-1af7591e37d09ddcd734ea07d0e999cf61c8bc5e.zip
Great Reorganisation, modify structure and makefile
Diffstat (limited to 'src/utils/svc_interface.h')
-rw-r--r--src/utils/svc_interface.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils/svc_interface.h b/src/utils/svc_interface.h
deleted file mode 100644
index aa478ce..0000000
--- a/src/utils/svc_interface.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef SVC_INTERFACE_H
-#define SVC_INTERFACE_H
-
-enum svc_type
- {
- UART_PUTCHAR,
- UART_GETCHAR,
- UART_WRITE
- };
-
-#endif // SVC_INTERFACE_H