#include <hpc_bootinfo.h>
Public Attributes | |
| int16_t | length |
| int16_t | reserved |
| int32_t | magic |
| uint32_t | fb_addr |
| int16_t | fb_line_bytes |
| int16_t | fb_width |
| int16_t | fb_height |
| int16_t | fb_type |
| int16_t | bi_cnuse |
| uint32_t | platid_cpu |
| uint32_t | platid_machine |
| int32_t | timezone |
Definition at line 41 of file hpc_bootinfo.h.
| int16_t hpc_bootinfo::bi_cnuse |
Definition at line 51 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| uint32_t hpc_bootinfo::fb_addr |
Definition at line 45 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int16_t hpc_bootinfo::fb_height |
Definition at line 48 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int16_t hpc_bootinfo::fb_line_bytes |
Definition at line 46 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int16_t hpc_bootinfo::fb_type |
Definition at line 49 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int16_t hpc_bootinfo::fb_width |
Definition at line 47 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int16_t hpc_bootinfo::length |
Definition at line 42 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int32_t hpc_bootinfo::magic |
Definition at line 44 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| uint32_t hpc_bootinfo::platid_cpu |
Definition at line 52 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| uint32_t hpc_bootinfo::platid_machine |
Definition at line 53 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
| int16_t hpc_bootinfo::reserved |
Definition at line 43 of file hpc_bootinfo.h.
| int32_t hpc_bootinfo::timezone |
Definition at line 55 of file hpc_bootinfo.h.
Referenced by MACHINE_SETUP().
1.8.17