Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / all-pc / hidds / pcipc / pcipc.conf
blob12f7663cb84986253df319d3ac1b84045e2c0178
1 ##begin config
2 basename        PCPCI
3 libbasetype     struct pcibase
4 version         1.0
5 residentpri     89
6 classptr_field  psd.driverClass
7 superclass      CLID_Hidd_PCIDriver
8 options         noexpunge
9 ##end config
11 ##begin cdefprivate
12 #include <hidd/pci.h>
13 #include "pci.h"
14 ##end cdefprivate
16 ##begin methodlist
17 .interface Root
18 New
19 .interface Hidd_PCIDriver
20 HasExtendedConfig
21 ReadConfigByte
22 ReadConfigWord
23 ReadConfigLong
24 WriteConfigLong
25 ##end methodlist