1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Architecture-specific SPL handoff information for ARM
5 * Copyright 2019 Amarula Solutions, BV
6 * Written by Michael Trimarchi <michael@amarulasolutions.com>
9 #ifndef __asm_handoff_h
10 #define __asm_handoff_h
13 * struct arch_spl_handoff - architecture-specific handoff info
15 * @usable_ram_top: Value returned by board_get_usable_ram_top() in SPL
17 struct arch_spl_handoff {