• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef __BCM933XX_HCS_H
7 #define __BCM933XX_HCS_H
8 #include <linux/types.h>
9 struct bcm_hcs {
10 	__u16 magic;
11 	__u16 control;
12 	__u16 rev_maj;
13 	__u16 rev_min;
14 	__u32 build_date;
15 	__u32 filelen;
16 	__u32 ldaddress;
17 	char filename[64];
18 	__u16 hcs;
19 	__u16 her_znaet_chto;
20 	__u32 crc;
21 };
22 #endif
23