try to fix build

svn path=/trunk/; revision=47560
This commit is contained in:
Timo Kreuzer 2010-06-04 00:26:49 +00:00
parent babe335c71
commit 38717f6840

View file

@ -1043,6 +1043,8 @@ typedef struct _PHYSICAL_COUNTER_RESOURCE_LIST {
PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
} PHYSICAL_COUNTER_RESOURCE_LIST, *PPHYSICAL_COUNTER_RESOURCE_LIST;
#endif // 0
typedef VOID
(NTAPI *PciPin2Line)(
IN struct _BUS_HANDLER *BusHandler,
@ -1080,6 +1082,8 @@ typedef struct _PCIBUSDATA {
PVOID Reserved[4];
} PCIBUSDATA, *PPCIBUSDATA;
#if 0 // Someone (testbot? RosBE for linux?) doesn't like too many types it seems...
#ifndef _PCIINTRF_X_
#define _PCIINTRF_X_