EIBC_LICENSE( /* EIBD client library Copyright (C) 2005-2007 Martin Koegler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. In addition to the permissions in the GNU General Public License, you may link the compiled version of this file into combinations with other programs, and distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.) This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ ) #define KAGARG_NONE AGARG_NONE #define KAGARG_BOOL(name, args) , AGARG_BOOL(name, args) #define KAGARG_UINT8(name, args) , AGARG_UINT8 (name, args) #define KAGARG_UINT8a(name, args) , AGARG_UINT8a (name, args) #define KAGARG_UINT8b(name, args) , AGARG_UINT8b (name, args) #define KAGARG_UINT16(name, args) , AGARG_UINT16 (name, args) #define KAGARG_OUTUINT8(name, args) , AGARG_OUTUINT8 (name, args) #define KAGARG_OUTUINT8a(name, args) , AGARG_OUTUINT8a (name, args) #define KAGARG_OUTUINT16(name, args) , AGARG_OUTUINT16 (name, args) #define KAGARG_OUTINT16(name, args) , AGARG_OUTINT16 (name, args) #define KAGARG_ADDR(name, args) , AGARG_ADDR (name, args) #define KAGARG_OUTADDR(name, args) , AGARG_OUTADDR (name, args) #define KAGARG_OUTADDRa(name, args) , AGARG_OUTADDRa (name, args) #define KAGARG_INBUF(name, args) , AGARG_INBUF (name, args) #define KAGARG_OUTBUF(name, args) , AGARG_OUTBUF (name, args) #define KAGARG_OUTBUF_LEN(name, args) , AGARG_OUTBUF_LEN (name, args) #define KAGARG_KEY(name, args) , AGARG_KEY (name, args) #define KALARG_NONE ALARG_NONE #define KALARG_BOOL(name, args) , ALARG_BOOL (name, args) #define KALARG_UINT8(name, args) , ALARG_UINT8 (name, args) #define KALARG_UINT8a(name, args) , ALARG_UINT8a (name, args) #define KALARG_UINT8b(name, args) , ALARG_UINT8b (name, args) #define KALARG_UINT16(name, args) , ALARG_UINT16 (name, args) #define KALARG_OUTUINT8(name, args) , ALARG_OUTUINT8 (name, args) #define KALARG_OUTUINT8a(name, args) , ALARG_OUTUINT8a (name, args) #define KALARG_OUTUINT16(name, args) , ALARG_OUTUINT16 (name, args) #define KALARG_OUTINT16(name, args) , ALARG_OUTINT16 (name, args) #define KALARG_ADDR(name, args) , ALARG_ADDR (name, args) #define KALARG_OUTADDR(name, args) , ALARG_OUTADDR (name, args) #define KALARG_OUTADDRa(name, args) , ALARG_OUTADDRa (name, args) #define KALARG_INBUF(name, args) , ALARG_INBUF (name, args) #define KALARG_OUTBUF(name, args) , ALARG_OUTBUF (name, args) #define KALARG_OUTBUF_LEN(name, args) , ALARG_OUTBUF_LEN (name, args) #define KALARG_KEY(name, args) , ALARG_KEY (name, args)