aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/pci.h')
-rw-r--r--arch/s390/include/asm/pci.h7
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 *);
76void zpci_free_device(struct zpci_dev *); 77void zpci_free_device(struct zpci_dev *);
77int zpci_scan_device(struct zpci_dev *); 78int zpci_scan_device(struct zpci_dev *);
78 79
80/* CLP */
81int clp_find_pci_devices(void);
82int clp_add_pci_device(u32, u32, int);
83int clp_enable_fh(struct zpci_dev *, u8);
84int clp_disable_fh(struct zpci_dev *);
85
79/* Helpers */ 86/* Helpers */
80struct zpci_dev *get_zdev(struct pci_dev *); 87struct zpci_dev *get_zdev(struct pci_dev *);
81struct zpci_dev *get_zdev_by_fid(u32); 88struct zpci_dev *get_zdev_by_fid(u32);