aboutsummaryrefslogtreecommitdiff
path: root/pk/mcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/mcall.h')
-rw-r--r--pk/mcall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pk/mcall.h b/pk/mcall.h
index 65db8e1..bae7aa6 100644
--- a/pk/mcall.h
+++ b/pk/mcall.h
@@ -6,7 +6,8 @@
#define MCALL_SEND_DEVICE_REQUEST 2
#define MCALL_RECEIVE_DEVICE_RESPONSE 3
#define MCALL_SEND_IPI 4
-#define MCALL_SHUTDOWN 5
+#define MCALL_CLEAR_IPI 5
+#define MCALL_SHUTDOWN 6
#ifndef __ASSEMBLER__