3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32 typedef struct can_msg
{
44 typedef struct can_reg
{
53 can_msg_t msg1
__attribute__ ((packed
));
55 can_msg_t msg2
__attribute__ ((packed
));
57 can_msg_t msg3
__attribute__ ((packed
));
59 can_msg_t msg4
__attribute__ ((packed
));
61 can_msg_t msg5
__attribute__ ((packed
));
63 can_msg_t msg6
__attribute__ ((packed
));
65 can_msg_t msg7
__attribute__ ((packed
));
67 can_msg_t msg8
__attribute__ ((packed
));
69 can_msg_t msg9
__attribute__ ((packed
));
71 can_msg_t msg10
__attribute__ ((packed
));
73 can_msg_t msg11
__attribute__ ((packed
));
75 can_msg_t msg12
__attribute__ ((packed
));
77 can_msg_t msg13
__attribute__ ((packed
));
79 can_msg_t msg14
__attribute__ ((packed
));
81 can_msg_t msg15
__attribute__ ((packed
));
83 uchar resv_cs
[0x8000-0x100]; /* 0x8000 is the min size for CS */