|
@@ -200,8 +200,8 @@ struct __packed ems_cpc_msg {
|
|
u8 type; /* type of message */
|
|
u8 type; /* type of message */
|
|
u8 length; /* length of data within union 'msg' */
|
|
u8 length; /* length of data within union 'msg' */
|
|
u8 msgid; /* confirmation handle */
|
|
u8 msgid; /* confirmation handle */
|
|
- u32 ts_sec; /* timestamp in seconds */
|
|
|
|
- u32 ts_nsec; /* timestamp in nano seconds */
|
|
|
|
|
|
+ __le32 ts_sec; /* timestamp in seconds */
|
|
|
|
+ __le32 ts_nsec; /* timestamp in nano seconds */
|
|
|
|
|
|
union {
|
|
union {
|
|
u8 generic[64];
|
|
u8 generic[64];
|