Home
last modified time | relevance | path

Searched defs:can_frame (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/include/linux/
Dcan.h57 struct can_frame { struct
58 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
59 __u8 can_dlc; /* data length code: 0 .. 8 */
60 __u8 data[8] __attribute__((aligned(8)));