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
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[linux/fpc-iii.git]
/
drivers
/
staging
/
ti-st
/
fm.h
blob
be41453649ed2f150bb1caad5b7b75324e21671f
1
struct
fm_event_hdr
{
2
unsigned char
plen
;
3
}
__attribute__
((
packed
));
4
5
#define FM_MAX_FRAME_SIZE 0xFF
/* TODO: */
6
#define FM_EVENT_HDR_SIZE 1
/* size of fm_event_hdr */
7
#define ST_FM_CH8_PKT 0x8
8
9
/* gps stuff */
10
struct
gps_event_hdr
{
11
unsigned char
opcode
;
12
unsigned short
plen
;
13
}
__attribute__
((
packed
));