diff options
author | Marius Strobl <marius@FreeBSD.org> | 2004-06-30 23:21:07 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2004-06-30 23:21:07 +0000 |
commit | 4eae91a8f79272030a04038e250801e330abdab8 (patch) | |
tree | a0e5306631349e37cd374a00b6e7099304c32bbe /sys/sparc64/sbus | |
parent | a6c26e1ca86cd25fe8acca5dce91d889f8da7fbb (diff) | |
download | src-test2-4eae91a8f79272030a04038e250801e330abdab8.tar.gz src-test2-4eae91a8f79272030a04038e250801e330abdab8.zip |
Notes
Diffstat (limited to 'sys/sparc64/sbus')
-rw-r--r-- | sys/sparc64/sbus/sbus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c index 509fe771faf2..3458d2b42c02 100644 --- a/sys/sparc64/sbus/sbus.c +++ b/sys/sparc64/sbus/sbus.c @@ -102,6 +102,8 @@ /* * Sbus support. */ + +#define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> |