summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-30 16:54:10 +0000
committerimp <imp@FreeBSD.org>2004-06-30 16:54:10 +0000
commit9f2638da1f4118987f7d015ce3a5775d193993a1 (patch)
treef8c488389a89e7643ebdbebc2795acba37ee315f /sys/i386
parent7dde49bc615988a94e2e75d06480182478dc650b (diff)
downloadFreeBSD-src-9f2638da1f4118987f7d015ce3a5775d193993a1.zip
FreeBSD-src-9f2638da1f4118987f7d015ce3a5775d193993a1.tar.gz
Hide struct resource and struct rman. You must define
__RMAN_RESOURCE_VISIBLE to see inside these now. Reviewed by: dfr, njl (not njr)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/nexus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/nexus.c b/sys/i386/i386/nexus.c
index 3812c0a..6c72129 100644
--- a/sys/i386/i386/nexus.c
+++ b/sys/i386/i386/nexus.c
@@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include "opt_isa.h"
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud