X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Fdrv%2Fpci.c;h=b256d369086ca6fdf89261d386b7e51ab3e78cb8;hb=5c46f86c5a8ceaa63a1a9919cf1f4d2889c6c233;hp=43d6d544299cd6918693131a27c9e2ed2e7e1a83;hpb=dd29c6a2a6bda7bd8a75301b52394e74f7b2f8f1;p=tpg%2Facess2.git diff --git a/Kernel/drv/pci.c b/Kernel/drv/pci.c index 43d6d544..b256d369 100644 --- a/Kernel/drv/pci.c +++ b/Kernel/drv/pci.c @@ -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); -*/ +//*/