aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pnv-pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/pnv-pci.h')
-rw-r--r--arch/powerpc/include/asm/pnv-pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/pnv-pci.h b/arch/powerpc/include/asm/pnv-pci.h
index 696438f09aea..de9681034353 100644
--- a/arch/powerpc/include/asm/pnv-pci.h
+++ b/arch/powerpc/include/asm/pnv-pci.h
@@ -57,6 +57,8 @@ struct pnv_php_slot {
57 uint64_t id; 57 uint64_t id;
58 char *name; 58 char *name;
59 int slot_no; 59 int slot_no;
60 unsigned int flags;
61#define PNV_PHP_FLAG_BROKEN_PDC 0x1
60 struct kref kref; 62 struct kref kref;
61#define PNV_PHP_STATE_INITIALIZED 0 63#define PNV_PHP_STATE_INITIALIZED 0
62#define PNV_PHP_STATE_REGISTERED 1 64#define PNV_PHP_STATE_REGISTERED 1