Indentation fix, cleanup.
[AROS.git] / arch / m68k-amiga / hidd / pci-mediator / pci-mediator.conf
blobf206a422d3e875a1f6ddc3d7629a93e560d5426f
1 ##begin config
2 basename        PCIMediator
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 Dispose
20 .interface Hidd_PCIDriver
21 ReadConfigLong
22 WriteConfigLong
23 ##end methodlist