repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git]
/
include
/
uapi
/
linux
/
bcm933xx_hcs.h
blob
d228218315499c0fa9113ea1befaf6bcde3952fc
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 */