Introduce EIBC_RETURN_UINT*
[bcusdk.git] / eibd / server / layer2create.h
blobfeb831721e8399e43d8463d2d69f53e08524b32b
1 /*
2 EIBD eib bus access and management daemon
3 Copyright (C) 2005-2007 Martin Koegler <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 #ifdef HAVE_FT12
21 L2_NAME (FT12)
22 #endif
23 #ifdef HAVE_PEI16
24 L2_NAME (PEI16)
25 #endif
26 #ifdef HAVE_TPUART
27 L2_NAME (TPUART24)
28 L2_NAME (TPUART26)
29 #endif
30 #ifdef HAVE_EIBNETIP
31 L2_NAME (EIBNETIP)
32 #endif
33 #ifdef HAVE_EIBNETIPTUNNEL
34 L2_NAME (EIBNETIPTUNNEL)
35 #endif
36 #ifdef HAVE_PEI16s
37 L2_NAME (PEI16s)
38 #endif
39 #ifdef HAVE_TPUARTs
40 L2_NAME (TPUARTs)
41 #endif
42 #ifdef HAVE_USB
43 L2_NAME (USB)
44 #endif