This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.

This commit is contained in:
nyan 2004-07-01 09:36:31 +00:00
parent 856b3101fe
commit 39059e22bc

View File

@ -57,6 +57,9 @@ __FBSDID("$FreeBSD$");
* SUCH DAMAGE.
*/
#ifdef PC98
#define __RMAN_RESOURCE_VISIBLE
#endif
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/malloc.h>