2 Copyright © 2005-2013, The AROS Development Team. All rights reserved.
6 #ifndef PROMETHEUS_INTERN_H
7 #define PROMETHEUS_INTERN_H
10 #include <exec/types.h>
11 #include <exec/libraries.h>
12 #include <exec/lists.h>
13 #include <libraries/prometheus.h>
16 #include <aros/asmcall.h>
17 #include <aros/libcall.h>
27 typedef struct PCIBoard PCIBoard
;
32 struct Library lib_header
;
34 OOP_AttrBase pcidevice_attr_base
;
35 OOP_AttrBase pcidriver_attr_base
;
36 OOP_MethodID pcidevice_method_base
;
38 struct MinList boards
;
41 #undef HiddPCIDeviceAttrBase
42 #define HiddPCIDeviceAttrBase (base->pcidevice_attr_base)
43 #undef HiddPCIDeviceBase
44 #define HiddPCIDeviceBase (base->pcidevice_method_base)
50 OOP_Object
*aros_board
;