/* Automatically generated header (sfdc 1.11f)! Do not edit! */ #ifndef PRAGMAS_DEVICETREE_PRAGMAS_H #define PRAGMAS_DEVICETREE_PRAGMAS_H /* ** $VER: devicetree_pragmas.h 0.1.0 $Id: devicetree_lib.sfd 0.1.0 $ ** ** Direct ROM interface (pragma) definitions. ** ** Copyright (c) 2001 Amiga, Inc. ** All Rights Reserved */ #if defined(LATTICE) || defined(__SASC) || defined(_DCC) #ifndef __CLIB_PRAGMA_LIBCALL #define __CLIB_PRAGMA_LIBCALL #endif /* __CLIB_PRAGMA_LIBCALL */ #else /* __MAXON__, __STORM__ or AZTEC_C */ #ifndef __CLIB_PRAGMA_AMICALL #define __CLIB_PRAGMA_AMICALL #endif /* __CLIB_PRAGMA_AMICALL */ #endif /* */ #if defined(__SASC_60) || defined(__STORM__) #ifndef __CLIB_PRAGMA_TAGCALL #define __CLIB_PRAGMA_TAGCALL #endif /* __CLIB_PRAGMA_TAGCALL */ #endif /* __MAXON__, __STORM__ or AZTEC_C */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_OpenKey 6 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x6, DT_OpenKey(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_CloseKey c 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0xc, DT_CloseKey(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetChild 12 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x12, DT_GetChild(a0,a1)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_FindProperty 18 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x18, DT_FindProperty(a0,a1)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetProperty 1e 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x1e, DT_GetProperty(a0,a1)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetPropLen 24 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x24, DT_GetPropLen(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetPropName 2a 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x2a, DT_GetPropName(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetPropValue 30 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x30, DT_GetPropValue(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetParent 36 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x36, DT_GetParent(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_GetKeyName 3c 801 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x3c, DT_GetKeyName(a0)) #endif /* __CLIB_PRAGMA_AMICALL */ #ifdef __CLIB_PRAGMA_LIBCALL #pragma libcall DeviceTreeBase DT_FindPropertyRecursive 42 9802 #endif /* __CLIB_PRAGMA_LIBCALL */ #ifdef __CLIB_PRAGMA_AMICALL #pragma amicall(DeviceTreeBase, 0x42, DT_FindPropertyRecursive(a0,a1)) #endif /* __CLIB_PRAGMA_AMICALL */ #endif /* PRAGMAS_DEVICETREE_PRAGMAS_H */