1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef _PPCINLINE_IFCONFIG_H
    4 #define _PPCINLINE_IFCONFIG_H
    5 
    6 #ifndef __PPCINLINE_MACROS_H
    7 #include <ppcinline/macros.h>
    8 #endif /* !__PPCINLINE_MACROS_H */
    9 
   10 #ifndef IFCONFIG_BASE_NAME
   11 #define IFCONFIG_BASE_NAME IfConfigBase
   12 #endif /* !IFCONFIG_BASE_NAME */
   13 
   14 #define IfConfigGetData(__p0, __p1, __p2) \
   15 	LP3(78, ULONG , IfConfigGetData, \
   16 		ULONG , __p0, d0, \
   17 		ULONG , __p1, d1, \
   18 		struct ifconfig *, __p2, a0, \
   19 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   20 
   21 #define IfConfigStrError(__p0, __p1, __p2) \
   22 	LP3(60, const UBYTE *, IfConfigStrError, \
   23 		ULONG , __p0, d0, \
   24 		char *, __p1, a0, \
   25 		ULONG , __p2, d1, \
   26 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   27 
   28 #define IfConfigFreeList(__p0) \
   29 	LP1NR(54, IfConfigFreeList, \
   30 		struct List *, __p0, a0, \
   31 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   32 
   33 #define IfConfigFree(__p0) \
   34 	LP1NR(42, IfConfigFree, \
   35 		struct ifconfig *, __p0, a0, \
   36 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   37 
   38 #define IfConfigCreate(__p0, __p1) \
   39 	LP2(72, struct ifconfig *, IfConfigCreate, \
   40 		char *, __p0, a0, \
   41 		ULONG , __p1, d0, \
   42 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   43 
   44 #define IfConfigGetTagInfo(__p0) \
   45 	LP1(66, const struct ifc_confitem *, IfConfigGetTagInfo, \
   46 		ULONG , __p0, d0, \
   47 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   48 
   49 #define IfConfigFind(__p0, __p1) \
   50 	LP2(36, LONG , IfConfigFind, \
   51 		const char *, __p0, a0, \
   52 		struct ifconfig **, __p1, a1, \
   53 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   54 
   55 #define IfConfigFindAll(__p0, __p1) \
   56 	LP2(48, LONG , IfConfigFindAll, \
   57 		struct List **, __p0, a0, \
   58 		struct TagItem *, __p1, a1, \
   59 		, IFCONFIG_BASE_NAME, 0, 0, 0, 0, 0, 0)
   60 
   61 #endif /* !_PPCINLINE_IFCONFIG_H */