aboutsummaryrefslogtreecommitdiff
path: root/svc_interface.h
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-04 19:37:32 +0100
committervetch <vetch97@gmail.com>2020-01-04 19:37:32 +0100
commit615e3302c9dd358bb64cd56d1f3814ad8d5df84d (patch)
tree07b0469807eb3bff7ff7d3f3576858642bc66675 /svc_interface.h
parent885a097da42317f48cead2d91c0e0240066943a8 (diff)
downloadrpi-MMU-example-615e3302c9dd358bb64cd56d1f3814ad8d5df84d.tar.gz
rpi-MMU-example-615e3302c9dd358bb64cd56d1f3814ad8d5df84d.zip
rearranged files, updated makefile
Diffstat (limited to 'svc_interface.h')
-rw-r--r--svc_interface.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/svc_interface.h b/svc_interface.h
deleted file mode 100644
index aa478ce..0000000
--- a/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