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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aarch64/common/svc.h b/aarch64/common/svc.h
index c3be066..838785c 100644
--- a/aarch64/common/svc.h
+++ b/aarch64/common/svc.h
@@ -9,6 +9,7 @@
#define SVC_GET_SECURE_STATE 5
#define SVC_EXIT 6
+/*
typedef struct {
union {
tztest_dispatch_t dispatch;
@@ -23,5 +24,6 @@ typedef struct {
} tztest_svc_desc_t;
#define CLEAR_SVC_DESC(_desc) memset(&(_desc), sizeof(tztest_svc_desc_t), 0)
+*/
#endif