From c157e8aff456a2e3537e0dca60cffc2c9094fcf4 Mon Sep 17 00:00:00 2001 From: grehan Date: Thu, 1 Jul 2004 07:56:56 +0000 Subject: Move soft structs back to C files to avoid exposing rman fields to clients now that it's protected with __RMAN_RESOURCE_VISIBLE --- sys/powerpc/powermac/maciovar.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'sys/powerpc/powermac') diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h index c3e1427..d28f946 100644 --- a/sys/powerpc/powermac/maciovar.h +++ b/sys/powerpc/powermac/maciovar.h @@ -30,7 +30,7 @@ #ifndef _MACIO_MACIOVAR_H_ #define _MACIO_MACIOVAR_H_ -/* +/* * Accessors for macio devices */ @@ -61,16 +61,6 @@ MACIO_ACCESSOR(regs, REGS, struct macio_reg *) #define MACIO_REG_SIZE 0x7ffff /* - * Macio softc - */ -struct macio_softc { - phandle_t sc_node; - vm_offset_t sc_base; - vm_offset_t sc_size; - struct rman sc_mem_rman; -}; - -/* * Format of a macio reg property entry. */ struct macio_reg { -- cgit v1.1