Home
last modified time | relevance | path

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

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