1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 #ifndef _ASMRISCV_SETUP_H_ 3 #define _ASMRISCV_SETUP_H_ 4 5 void setup(const void *fdt, phys_addr_t freemem_start); 6 7 #endif /* _ASMRISCV_SETUP_H_ */ 8
1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 #ifndef _ASMRISCV_SETUP_H_ 3 #define _ASMRISCV_SETUP_H_ 4 5 void setup(const void *fdt, phys_addr_t freemem_start); 6 7 #endif /* _ASMRISCV_SETUP_H_ */ 8