add struct ebus_mainbus_ranges. from openbsd.

This commit is contained in:
mrg 2011-03-16 02:34:10 +00:00
parent 3b1468abed
commit 86de1d619b
1 changed files with 9 additions and 1 deletions

View File

@ -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 {