aboutsummaryrefslogtreecommitdiff
path: root/pk/mcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/mcall.h')
-rw-r--r--pk/mcall.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/pk/mcall.h b/pk/mcall.h
deleted file mode 100644
index 9992891..0000000
--- a/pk/mcall.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _PK_MCALL_H
-#define _PK_MCALL_H
-
-#define MCALL_HART_ID 0
-#define MCALL_CONSOLE_PUTCHAR 1
-#define MCALL_SEND_DEVICE_REQUEST 2
-#define MCALL_RECEIVE_DEVICE_RESPONSE 3
-
-#ifndef __ASSEMBLER__
-
-extern uintptr_t do_mcall(uintptr_t which, ...);
-
-#endif
-
-#endif