diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 | ||||
| -rw-r--r-- | include/uapi/linux/bcm933xx_hcs.h | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index ab5d4992e568..ba1c11ab0d11 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -62,6 +62,7 @@ header-y += auxvec.h | |||
| 62 | header-y += ax25.h | 62 | header-y += ax25.h |
| 63 | header-y += b1lli.h | 63 | header-y += b1lli.h |
| 64 | header-y += baycom.h | 64 | header-y += baycom.h |
| 65 | header-y += bcm933xx_hcs.h | ||
| 65 | header-y += bfs_fs.h | 66 | header-y += bfs_fs.h |
| 66 | header-y += binfmts.h | 67 | header-y += binfmts.h |
| 67 | header-y += blkpg.h | 68 | header-y += blkpg.h |
diff --git a/include/uapi/linux/bcm933xx_hcs.h b/include/uapi/linux/bcm933xx_hcs.h new file mode 100644 index 000000000000..d22821831549 --- /dev/null +++ b/include/uapi/linux/bcm933xx_hcs.h | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | /* | ||
| 2 | * Broadcom Cable Modem firmware format | ||
| 3 | */ | ||
| 4 | |||
| 5 | #ifndef __BCM933XX_HCS_H | ||
| 6 | #define __BCM933XX_HCS_H | ||
| 7 | |||
| 8 | #include <linux/types.h> | ||
| 9 | |||
| 10 | struct bcm_hcs { | ||
| 11 | __u16 magic; | ||
| 12 | __u16 control; | ||
| 13 | __u16 rev_maj; | ||
| 14 | __u16 rev_min; | ||
| 15 | __u32 build_date; | ||
| 16 | __u32 filelen; | ||
| 17 | __u32 ldaddress; | ||
| 18 | char filename[64]; | ||
| 19 | __u16 hcs; | ||
| 20 | __u16 her_znaet_chto; | ||
| 21 | __u32 crc; | ||
| 22 | }; | ||
| 23 | |||
| 24 | #endif /* __BCM933XX_HCS */ | ||
