summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-07-01 07:56:56 +0000
committergrehan <grehan@FreeBSD.org>2004-07-01 07:56:56 +0000
commitc157e8aff456a2e3537e0dca60cffc2c9094fcf4 (patch)
tree67403cb436121f9176874508412e7905aedf6108 /sys/powerpc/powermac
parent900e7c295df4b2ceeb962eed75c09dcd513e8474 (diff)
downloadFreeBSD-src-c157e8aff456a2e3537e0dca60cffc2c9094fcf4.zip
FreeBSD-src-c157e8aff456a2e3537e0dca60cffc2c9094fcf4.tar.gz
Move soft structs back to C files to avoid exposing rman fields
to clients now that it's protected with __RMAN_RESOURCE_VISIBLE
Diffstat (limited to 'sys/powerpc/powermac')
-rw-r--r--sys/powerpc/powermac/maciovar.h12
1 files changed, 1 insertions, 11 deletions
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 {
OpenPOWER on IntegriCloud