Xenomai  3.1
can.h
1 /*
2  * Copyright (C) 2006 Wolfgang Grandegger <wg@grandegger.com>
3  *
4  * Copyright (C) 2005, 2006 Sebastian Smolorz
5  * <Sebastian.Smolorz@stud.uni-hannover.de>
6  *
7  * This program is free software; you can redistribute it and/or modify it
8  * under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  *
16  * General Public License for more details.
17  *
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 Foundation,
20  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21  */
22 #ifndef _COBALT_RTDM_CAN_H
23 #define _COBALT_RTDM_CAN_H
24 
25 #include <linux/net.h>
26 #include <linux/socket.h>
27 #include <linux/if.h>
28 #include <rtdm/rtdm.h>
29 #include <rtdm/uapi/can.h>
30 
31 #endif /* _COBALT_RTDM_CAN_H */
Real-Time Driver Model for RT-Socket-CAN, CAN device profile header.