![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 #include <asm/bootparam.h> 0004 0005 .section ".rodata.kernel_info", "a" 0006 0007 .global kernel_info 0008 0009 kernel_info: 0010 /* Header, Linux top (structure). */ 0011 .ascii "LToP" 0012 /* Size. */ 0013 .long kernel_info_var_len_data - kernel_info 0014 /* Size total. */ 0015 .long kernel_info_end - kernel_info 0016 0017 /* Maximal allowed type for setup_data and setup_indirect structs. */ 0018 .long SETUP_TYPE_MAX 0019 0020 kernel_info_var_len_data: 0021 /* Empty for time being... */ 0022 kernel_info_end:
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |