xref: /linux/arch/arm64/include/asm/setup.h (revision 7ddb0c3df7881206dcd8339c8dabf0318a781f91)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 #ifndef __ARM64_ASM_SETUP_H
4 #define __ARM64_ASM_SETUP_H
5 
6 #include <uapi/asm/setup.h>
7 
8 /*
9  * These two variables are used in the head.S file.
10  */
11 extern phys_addr_t __fdt_pointer __initdata;
12 extern u64 __cacheline_aligned boot_args[4];
13 
14 #endif
15