|
Linux Kernel
3.7.1
|
#include <cycx_cfm.h>
Data Fields | |
| char | signature [80] |
| unsigned short | version |
| unsigned short | checksum |
| unsigned short | reserved [6] |
| char | descr [CFM_DESCR_LEN] |
| struct cycx_fw_info | info |
| unsigned char | image [0] |
struct cycx_firmware - CYCX firmware file structure - CFM file signature
Definition at line 86 of file cycx_cfm.h.
| unsigned short checksum |
Definition at line 89 of file cycx_cfm.h.
| char descr[CFM_DESCR_LEN] |
Definition at line 91 of file cycx_cfm.h.
| unsigned char image[0] |
Definition at line 93 of file cycx_cfm.h.
| struct cycx_fw_info info |
Definition at line 92 of file cycx_cfm.h.
| unsigned short reserved[6] |
Definition at line 90 of file cycx_cfm.h.
| char signature[80] |
Definition at line 87 of file cycx_cfm.h.
| unsigned short version |
Definition at line 88 of file cycx_cfm.h.
1.8.2