summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/sbus.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-sparc/sbus.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-sparc/sbus.h')
-rw-r--r--include/asm-sparc/sbus.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-sparc/sbus.h b/include/asm-sparc/sbus.h
index cc9e75ae6..2750e7600 100644
--- a/include/asm-sparc/sbus.h
+++ b/include/asm-sparc/sbus.h
@@ -1,4 +1,4 @@
-/* $Id: sbus.h,v 1.11 1996/10/31 06:29:12 davem Exp $
+/* $Id: sbus.h,v 1.12 1997/02/04 07:29:21 davem Exp $
* sbus.h: Defines for the Sun SBus.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -51,7 +51,7 @@ struct linux_sbus_device {
char linux_name[64]; /* Name used internally by Linux */
struct linux_prom_registers reg_addrs[PROMREG_MAX];
- int num_registers;
+ int num_registers, ranges_applied;
struct linux_prom_irqs irqs[PROMINTR_MAX];
int num_irqs;
@@ -96,6 +96,7 @@ sbus_is_slave(struct linux_sbus_device *dev)
/* Apply promlib probed SBUS ranges to registers. */
extern void prom_apply_sbus_ranges(struct linux_sbus *sbus,
- struct linux_prom_registers *sbusregs, int nregs);
+ struct linux_prom_registers *sbusregs,
+ int nregs, struct linux_sbus_device *sdev);
#endif /* !(_SPARC_SBUS_H) */