diff options
Diffstat (limited to 'arch/s390/include/asm/pci.h')
-rw-r--r-- | arch/s390/include/asm/pci.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/s390/include/asm/pci.h b/arch/s390/include/asm/pci.h index ff7b3596f47c..6f98a54950ea 100644 --- a/arch/s390/include/asm/pci.h +++ b/arch/s390/include/asm/pci.h | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | #include <asm-generic/pci.h> | 9 | #include <asm-generic/pci.h> |
10 | #include <asm-generic/pci-dma-compat.h> | 10 | #include <asm-generic/pci-dma-compat.h> |
11 | #include <asm/pci_clp.h> | ||
11 | 12 | ||
12 | #define PCIBIOS_MIN_IO 0x1000 | 13 | #define PCIBIOS_MIN_IO 0x1000 |
13 | #define PCIBIOS_MIN_MEM 0x10000000 | 14 | #define PCIBIOS_MIN_MEM 0x10000000 |
@@ -76,6 +77,12 @@ void zpci_stop_device(struct zpci_dev *); | |||
76 | void zpci_free_device(struct zpci_dev *); | 77 | void zpci_free_device(struct zpci_dev *); |
77 | int zpci_scan_device(struct zpci_dev *); | 78 | int zpci_scan_device(struct zpci_dev *); |
78 | 79 | ||
80 | /* CLP */ | ||
81 | int clp_find_pci_devices(void); | ||
82 | int clp_add_pci_device(u32, u32, int); | ||
83 | int clp_enable_fh(struct zpci_dev *, u8); | ||
84 | int clp_disable_fh(struct zpci_dev *); | ||
85 | |||
79 | /* Helpers */ | 86 | /* Helpers */ |
80 | struct zpci_dev *get_zdev(struct pci_dev *); | 87 | struct zpci_dev *get_zdev(struct pci_dev *); |
81 | struct zpci_dev *get_zdev_by_fid(u32); | 88 | struct zpci_dev *get_zdev_by_fid(u32); |