/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _ASMRISCV_SETUP_H_ #define _ASMRISCV_SETUP_H_ void setup(const void *fdt, phys_addr_t freemem_start); #endif /* _ASMRISCV_SETUP_H_ */