diff options
Diffstat (limited to 'arch/sparc/include/asm/openprom_64.h')
-rw-r--r-- | arch/sparc/include/asm/openprom_64.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/sparc/include/asm/openprom_64.h b/arch/sparc/include/asm/openprom_64.h index b69e4a8c9170..955d7f687194 100644 --- a/arch/sparc/include/asm/openprom_64.h +++ b/arch/sparc/include/asm/openprom_64.h | |||
@@ -249,32 +249,6 @@ struct linux_prom_pci_intmask { | |||
249 | unsigned int interrupt; | 249 | unsigned int interrupt; |
250 | }; | 250 | }; |
251 | 251 | ||
252 | struct linux_prom_ebus_ranges { | ||
253 | unsigned int child_phys_hi; | ||
254 | unsigned int child_phys_lo; | ||
255 | |||
256 | unsigned int parent_phys_hi; | ||
257 | unsigned int parent_phys_mid; | ||
258 | unsigned int parent_phys_lo; | ||
259 | |||
260 | unsigned int size; | ||
261 | }; | ||
262 | |||
263 | struct linux_prom_ebus_intmap { | ||
264 | unsigned int phys_hi; | ||
265 | unsigned int phys_lo; | ||
266 | |||
267 | unsigned int interrupt; | ||
268 | |||
269 | int cnode; | ||
270 | unsigned int cinterrupt; | ||
271 | }; | ||
272 | |||
273 | struct linux_prom_ebus_intmask { | ||
274 | unsigned int phys_hi; | ||
275 | unsigned int phys_lo; | ||
276 | unsigned int interrupt; | ||
277 | }; | ||
278 | #endif /* !(__ASSEMBLY__) */ | 252 | #endif /* !(__ASSEMBLY__) */ |
279 | 253 | ||
280 | #endif /* !(__SPARC64_OPENPROM_H) */ | 254 | #endif /* !(__SPARC64_OPENPROM_H) */ |