Home
last modified time | relevance | path

Searched defs:boot_infos (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-ppc/
Dbootx.h63 typedef struct boot_infos struct
66 __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 …]
/linux-2.4.37.9/arch/ppc/kernel/
Dprom_init.c121 boot_infos_t *boot_infos; variable