1 /* SPDX-License-Identifier: GPL-2.0 */
3 #include <asm/bootparam.h>
5 .section ".rodata.kernel_info", "a"
10 /* Header, Linux top (structure). */
13 .long kernel_info_var_len_data - kernel_info
15 .long kernel_info_end - kernel_info
17 /* Maximal allowed type for setup_data and setup_indirect structs. */
20 kernel_info_var_len_data:
21 /* Empty for time being... */