aboutsummaryrefslogtreecommitdiff
path: root/aarch64/common/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/common/svc.h')
-rw-r--r--aarch64/common/svc.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/aarch64/common/svc.h b/aarch64/common/svc.h
index 9837205..19379d8 100644
--- a/aarch64/common/svc.h
+++ b/aarch64/common/svc.h
@@ -13,16 +13,7 @@
#ifndef __ASSEMBLY__
#include "interop.h"
-const char *svc_op_name[] = {
- [SVC_OP_EXIT] = "SVC_OP_EXIT",
- [SVC_OP_ALLOC] = "SVC_OP_ALLOC",
- [SVC_OP_MAP] = "SVC_OP_MAP",
- [SVC_OP_YIELD] = "SVC_OP_YIELD",
- [SVC_OP_GET_SYSCNTL] = "SVC_OP_GET_SYSCNTL",
- [SVC_OP_GET_REG] = "SVC_OP_GET_REG",
- [SVC_OP_SET_REG] = "SVC_OP_SET_REG",
- [SVC_OP_TEST] = "SVC_OP_TEST"
-};
+extern const char *svc_op_name[];
typedef union {
op_alloc_mem_t alloc;