Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef __BCM933XX_HCS_H |
| 8 | #define __BCM933XX_HCS_H |
| 9 | #include <linux/types.h> |
| 10 | struct bcm_hcs { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 11 | __u16 magic; |
| 12 | __u16 control; |
| 13 | __u16 rev_maj; |
| 14 | __u16 rev_min; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 15 | __u32 build_date; |
| 16 | __u32 filelen; |
| 17 | __u32 ldaddress; |
| 18 | char filename[64]; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 19 | __u16 hcs; |
| 20 | __u16 her_znaet_chto; |
| 21 | __u32 crc; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 22 | }; |
Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 23 | #endif |