add struct ebus_mainbus_ranges. from openbsd.
This commit is contained in:
parent
3b1468abed
commit
86de1d619b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ebusreg.h,v 1.8 2008/05/29 14:51:27 mrg Exp $ */
|
||||
/* $NetBSD: ebusreg.h,v 1.9 2011/03/16 02:34:10 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999 Matthew R. Green
|
||||
|
@ -88,6 +88,14 @@ struct ebus_ranges {
|
|||
uint32_t size;
|
||||
};
|
||||
|
||||
struct ebus_mainbus_ranges {
|
||||
u_int32_t child_hi;
|
||||
u_int32_t child_lo;
|
||||
u_int32_t phys_hi;
|
||||
u_int32_t phys_lo;
|
||||
u_int32_t size;
|
||||
};
|
||||
|
||||
|
||||
/* NB: ms-IIep PROMs lack these interrupt-related properties */
|
||||
struct ebus_interrupt_map {
|
||||
|
|
Loading…
Reference in New Issue