Searched defs:boot_infos (Results 1 – 2 of 2) sorted by relevance
63 typedef struct boot_infos struct66 __u32 version;68 __u32 compatible_version;72 __u8* logicalDisplayBase;75 __u32 machineID;78 __u32 architecture;85 __u32 deviceTreeOffset; /* Device tree offset */86 __u32 deviceTreeSize; /* Size of the device tree */89 __u32 dispDeviceRect[4]; /* left,top,right,bottom */90 __u32 dispDeviceDepth; /* (8, 16 or 32) */[all …]
121 boot_infos_t *boot_infos; variable