From: John Hodge Date: Sat, 24 May 2014 15:08:44 +0000 (+0800) Subject: Kernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=8eb78a6ab21904dd78aa7de88705498610b7f465 Kernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c --- diff --git a/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c b/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c index deb78259..651329d5 100644 --- a/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c +++ b/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c @@ -6,6 +6,7 @@ * - PCI Bus Driver */ #define DEBUG 0 +#define UDI_PCI_VERSION 0x101 #include #include #include