Xenomai  3.1
net.h
1 /***
2  *
3  * rtdm/net.h
4  *
5  * RTnet - real-time networking subsystem
6  * Copyright (C) 2005-2011 Jan Kiszka <jan.kiszka@web.de>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
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.
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
20  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  *
22  * As a special exception to the GNU General Public license, the RTnet
23  * project allows you to use this header file in unmodified form to produce
24  * application programs executing in user-space which use RTnet services by
25  * normal system calls. The resulting executable will not be covered by the
26  * GNU General Public License merely as a result of this header file use.
27  * Instead, this header file use will be considered normal use of RTnet and
28  * not a "derived work" in the sense of the GNU General Public License.
29  *
30  */
31 
32 #ifndef _RTDM_NET_H
33 #define _RTDM_NET_H
34 
35 #include <rtdm/rtdm.h>
36 #include <rtdm/uapi/net.h>
37 
38 #endif /* !_RTDM_NET_H */