setup.h (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) setup.h (1dfde0892b325ed1872975053c6745f5148050a2)
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
8void *get_early_fdt_ptr(void);
9void early_fdt_map(u64 dt_phys);
10
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
8void *get_early_fdt_ptr(void);
9void early_fdt_map(u64 dt_phys);
10
11/*
12 * These two variables are used in the head.S file.
13 */
14extern phys_addr_t __fdt_pointer __initdata;
15extern u64 __cacheline_aligned boot_args[4];
16
11#endif
17#endif