X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdrv%2Fpci.c;h=8a86c35c06b4465cdcf067742fd5efbeda1284bd;hb=975f0f89b7a643abd7cc463d788dad34ac014b65;hp=43d6d544299cd6918693131a27c9e2ed2e7e1a83;hpb=dd29c6a2a6bda7bd8a75301b52394e74f7b2f8f1;p=tpg%2Facess2.git diff --git a/Kernel/drv/pci.c b/Kernel/drv/pci.c index 43d6d544..8a86c35c 100644 --- a/Kernel/drv/pci.c +++ b/Kernel/drv/pci.c @@ -3,7 +3,7 @@ * PCI Bus Driver */ #define DEBUG 0 -#include +#include #include #include #include @@ -553,9 +553,10 @@ Uint8 PCI_CfgReadByte(Uint16 bus, Uint16 dev, Uint16 func, Uint16 offset) // === EXPORTS === -/* +//* EXPORT(PCI_CountDevices); EXPORT(PCI_GetDevice); +EXPORT(PCI_GetDeviceByClass); EXPORT(PCI_AssignPort); EXPORT(PCI_GetIRQ); -*/ +//*/