aboutsummaryrefslogtreecommitdiff
path: root/aarch64/el1_ns/el1_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/el1_ns/el1_loader.h')
-rw-r--r--aarch64/el1_ns/el1_loader.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/aarch64/el1_ns/el1_loader.h b/aarch64/el1_ns/el1_loader.h
deleted file mode 100644
index 739e5ea..0000000
--- a/aarch64/el1_ns/el1_loader.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _EL1_NS_LOADER_H
-#define _EL1_NS_LOADER_H
-
-extern uintptr_t _EL1_NS_TEXT_BASE;
-uintptr_t EL1_NS_TEXT_BASE = (uintptr_t)&_EL1_NS_TEXT_BASE;
-extern uintptr_t _EL1_NS_DATA_BASE;
-uintptr_t EL1_NS_DATA_BASE = (uintptr_t)&_EL1_NS_DATA_BASE;
-extern uintptr_t _EL1_NS_TEXT_SIZE;
-uint64_t EL1_NS_TEXT_SIZE = (uint64_t)&_EL1_NS_TEXT_SIZE;
-extern uintptr_t _EL1_NS_DATA_SIZE;
-uint64_t EL1_NS_DATA_SIZE = (uint64_t)&_EL1_NS_DATA_SIZE;
-
-#endif