xref: /kvm-unit-tests/lib/riscv/asm/setup.h (revision dfc1fec2fbde04ad607e1aed560cf7059350c70f)
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