pcilinux.hidd now uses %build_module for the build. The code has switched to the...
[AROS.git] / arch / i386-linux / pcilinux / pcilinux.conf
blob9c531c969a3b91bd3d19723935c1e8985c3382c5
1 ##begin config
2 basename        PCILx
3 version         1.0
4 libbasetype     struct pcibase
5 sysbase_field   sysBase
6 seglist_field   psd.slist
7 residentpri     89
8 classptr_field  psd.driverClass
9 superclass      CLID_Hidd_PCIDriver
10 ##end config
12 ##begin cdefprivate
13 #include "pci.h"
14 #include <hidd/pci.h>
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 .interface Hidd_PCIDriver
21 ReadConfigLong
22 WriteConfigLong
23 MapPCI
24 UnmapPCI
25 ##end methodlist