]> Git Repo - linux.git/blobdiff - drivers/pci/hotplug/ibmphp.h
dma-mapping: don't return errors from dma_set_max_seg_size
[linux.git] / drivers / pci / hotplug / ibmphp.h
index 41eafe511210fa6a866d133ce243b08a8bbf46ed..c248a09be7b5d6cced8cd0b53aefbe84d514117b 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <linux/pci_hotplug.h>
+#include <linux/pci_regs.h>
 
 extern int ibmphp_debug;
 
@@ -286,8 +287,8 @@ int ibmphp_register_pci(void);
 
 /* pci specific defines */
 #define PCI_VENDOR_ID_NOTVALID         0xFFFF
-#define PCI_HEADER_TYPE_MULTIDEVICE    0x80
-#define PCI_HEADER_TYPE_MULTIBRIDGE    0x81
+#define PCI_HEADER_TYPE_MULTIDEVICE    (PCI_HEADER_TYPE_MFD|PCI_HEADER_TYPE_NORMAL)
+#define PCI_HEADER_TYPE_MULTIBRIDGE    (PCI_HEADER_TYPE_MFD|PCI_HEADER_TYPE_BRIDGE)
 
 #define LATENCY                0x64
 #define CACHE          64
This page took 0.034316 seconds and 4 git commands to generate.