1 /* Automatically generated header! Do not edit! */ 2 3 #ifndef _PPCINLINE_MISC_H 4 #define _PPCINLINE_MISC_H 5 6 #ifndef __PPCINLINE_MACROS_H 7 #include <ppcinline/macros.h> 8 #endif /* !__PPCINLINE_MACROS_H */ 9 10 #ifndef MISC_BASE_NAME 11 #define MISC_BASE_NAME MiscBase 12 #endif /* !MISC_BASE_NAME */ 13 14 #define AllocMiscResource(__p0, __p1) \ 15 LP2(6, UBYTE *, AllocMiscResource, \ 16 ULONG , __p0, d0, \ 17 CONST_STRPTR , __p1, a1, \ 18 , MISC_BASE_NAME, 0, 0, 0, 0, 0, 0) 19 20 #define FreeMiscResource(__p0) \ 21 LP1NR(12, FreeMiscResource, \ 22 ULONG , __p0, d0, \ 23 , MISC_BASE_NAME, 0, 0, 0, 0, 0, 0) 24 25 #endif /* !_PPCINLINE_MISC_H */