summaryrefslogtreecommitdiff
path: root/kexec/arch/arm/phys_to_virt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/arm/phys_to_virt.h')
-rw-r--r--kexec/arch/arm/phys_to_virt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kexec/arch/arm/phys_to_virt.h b/kexec/arch/arm/phys_to_virt.h
new file mode 100644
index 0000000..b3147dd
--- /dev/null
+++ b/kexec/arch/arm/phys_to_virt.h
@@ -0,0 +1,8 @@
+#ifndef PHYS_TO_VIRT_H
+#define PHYS_TO_VIRT_H
+
+#include <stdint.h>
+
+extern uint64_t phys_offset;
+
+#endif