aboutsummaryrefslogtreecommitdiff
path: root/machine/mcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'machine/mcall.h')
-rw-r--r--machine/mcall.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/machine/mcall.h b/machine/mcall.h
index ed5a28c..a704480 100644
--- a/machine/mcall.h
+++ b/machine/mcall.h
@@ -1,7 +1,6 @@
#ifndef _RISCV_MCALL_H
#define _RISCV_MCALL_H
-#define MCALL_HART_ID 0
#define MCALL_CONSOLE_PUTCHAR 1
#define MCALL_CONSOLE_GETCHAR 2
#define MCALL_SEND_IPI 4
@@ -11,10 +10,4 @@
#define MCALL_REMOTE_SFENCE_VM 8
#define MCALL_REMOTE_FENCE_I 9
-#ifndef __ASSEMBLER__
-
-extern uintptr_t do_mcall(uintptr_t which, ...);
-
-#endif
-
#endif