summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PCIDeviceProvider.c
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-07-25 20:34:30 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-07-25 20:34:30 +0200
commit1e773b6af3066658ccc7eb7c4092894d76285f32 (patch)
treeaed7ab0bea8498708db63605dbe57f6bcecf97ac /src/hardware/LMI_PCIDeviceProvider.c
parented078aa12fa4932bf915886d4c64eae6375d0172 (diff)
downloadopenlmi-providers-1e773b6af3066658ccc7eb7c4092894d76285f32.tar.gz
openlmi-providers-1e773b6af3066658ccc7eb7c4092894d76285f32.tar.xz
openlmi-providers-1e773b6af3066658ccc7eb7c4092894d76285f32.zip
Hardware: Added associations to the CIM_ComputerSystem class
New providers: * LMI_ProcessorSystemDeviceProvider * LMI_MemorySystemDeviceProvider * LMI_PCIDeviceSystemDeviceProvider * LMI_BatterySystemDeviceProvider * LMI_ChassisComputerSystemPackageProvider
Diffstat (limited to 'src/hardware/LMI_PCIDeviceProvider.c')
-rw-r--r--src/hardware/LMI_PCIDeviceProvider.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hardware/LMI_PCIDeviceProvider.c b/src/hardware/LMI_PCIDeviceProvider.c
index 2daf0a6..a88f9cd 100644
--- a/src/hardware/LMI_PCIDeviceProvider.c
+++ b/src/hardware/LMI_PCIDeviceProvider.c
@@ -26,7 +26,6 @@
#include "globals.h"
#define NAME_BUF_SIZE 128
-#define PCI_DEVID_STR_SIZE 55
void get_subid(struct pci_dev *d, u16 *subvp, u16 *subdp);
CMPIUint16 get_capability(const u16 pci_cap);