summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_Hardware.h
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_Hardware.h
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_Hardware.h')
-rw-r--r--src/hardware/LMI_Hardware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hardware/LMI_Hardware.h b/src/hardware/LMI_Hardware.h
index 1361dd4..e72536a 100644
--- a/src/hardware/LMI_Hardware.h
+++ b/src/hardware/LMI_Hardware.h
@@ -41,4 +41,7 @@
#define BATTERY_PHYS_PKG_CLASS_NAME "BatteryPhysicalPackage"
#define PCI_DEVICE_CLASS_NAME "PCIDevice"
+/* PCIDevices */
+#define PCI_DEVID_STR_SIZE 55
+
#endif /* LMI_HARDWARE_H_ */