Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | fw_base |
unsigned int | fw_len |
const __be32 * | fw_data |
u32 | magic |
char | version [RTL_VER_SIZE] |
__le32 | fw_start |
__le32 | fw_len |
u8 | chksum |
char * | pri_fw |
char * | sta_fw |
char * | ap_fw |
u32 | pda_addr |
u16 | pda_size |
u32 | id |
u32 | len |
u32 | kernel_len |
u32 | rootfs_len |
u32 | kernel_offset |
u32 | rootfs_offset |
u32 | fw_ver |
u32 | mac_ver |
char | hostname [32] |
char | userid [16] |
char | date [32] |
char | user_desc [128] |
char date[32] |
Definition at line 63 of file usb_boot.c.
u32 fw_ver |
Definition at line 59 of file usb_boot.c.
char hostname[32] |
Definition at line 61 of file usb_boot.c.
Definition at line 53 of file usb_boot.c.
u32 kernel_len |
Definition at line 55 of file usb_boot.c.
u32 kernel_offset |
Definition at line 57 of file usb_boot.c.
u32 len |
Definition at line 54 of file usb_boot.c.
u32 mac_ver |
Definition at line 60 of file usb_boot.c.
u32 rootfs_len |
Definition at line 56 of file usb_boot.c.
u32 rootfs_offset |
Definition at line 58 of file usb_boot.c.
Definition at line 64 of file usb_boot.c.
char userid[16] |
Definition at line 62 of file usb_boot.c.
char version[RTL_VER_SIZE] |