]> Pileus Git - ~andy/linux/blob - drivers/staging/ti-st/fm.h
Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and...
[~andy/linux] / drivers / staging / ti-st / fm.h
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));