Make (nearly all) argument values canonical by wrapping them in double
[AROS.git] / arch / all-linux / hidd / pcilinux / pcilinux.conf
blobfd3f3552c8cc090d03a8e2a2113de92d8753b6ea
1 ##begin config
2 basename        PCILx
3 version         1.0
4 libbasetype     struct pcibase
5 residentpri     89
6 classptr_field  psd.driverClass
7 superclass      CLID_Hidd_PCIDriver
8 ##end config
10 ##begin cdefprivate
11 #include "pci.h"
12 #include <hidd/pci.h>
13 ##end cdefprivate
15 ##begin methodlist
16 .interface Root
17 New
18 .interface Hidd_PCIDriver
19 ReadConfigLong
20 WriteConfigLong
21 MapPCI
22 UnmapPCI
23 ##end methodlist