aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/hardware.h')
-rw-r--r--arch/parisc/include/asm/hardware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/hardware.h b/arch/parisc/include/asm/hardware.h
index 4e9626836bab..036e70310fcd 100644
--- a/arch/parisc/include/asm/hardware.h
+++ b/arch/parisc/include/asm/hardware.h
@@ -95,12 +95,14 @@ struct bc_module {
95#define HPHW_MC 15 95#define HPHW_MC 15
96#define HPHW_FAULTY 31 96#define HPHW_FAULTY 31
97 97
98struct parisc_device_id;
98 99
99/* hardware.c: */ 100/* hardware.c: */
100extern const char *parisc_hardware_description(struct parisc_device_id *id); 101extern const char *parisc_hardware_description(struct parisc_device_id *id);
101extern enum cpu_type parisc_get_cpu_type(unsigned long hversion); 102extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
102 103
103struct pci_dev; 104struct pci_dev;
105struct hardware_path;
104 106
105/* drivers.c: */ 107/* drivers.c: */
106extern struct parisc_device *alloc_pa_dev(unsigned long hpa, 108extern struct parisc_device *alloc_pa_dev(unsigned long hpa,