Indent
[bcusdk.git] / eibd / server / layer2conf.h
blob8ed3910451face5bb908d66d6a4bf965e7c4e23e
1 /*
2 EIBD eib bus access and management daemon
3 Copyright (C) 2005-2007 Martin Kögler <mkoegler@auto.tuwien.ac.at>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 #ifndef LAYER2_CONF_H
21 #define LAYER2_CONF_H
23 #include "config.h"
25 #ifdef HAVE_FT12
26 #include "b-FT12.h"
27 #endif
28 #ifdef HAVE_PEI16
29 #include "b-PEI16.h"
30 #endif
31 #ifdef HAVE_TPUART
32 #include "b-TPUART.h"
33 #endif
34 #ifdef HAVE_EIBNETIP
35 #include "b-EIBNETIP.h"
36 #endif
37 #ifdef HAVE_EIBNETIPTUNNEL
38 #include "b-EIBNETIPTUNNEL.h"
39 #endif
40 #ifdef HAVE_PEI16s
41 #include "b-PEI16s.h"
42 #endif
43 #ifdef HAVE_TPUARTs
44 #include "b-TPUARTs.h"
45 #endif
46 #ifdef HAVE_USB
47 #include "b-USB.h"
48 #endif
50 #endif