Add stub vm.h for pc98.

Approved by:	re (kensmith)
This commit is contained in:
nyan 2009-06-27 02:20:31 +00:00
parent c7738de5e3
commit f0fb2affc3

6
sys/pc98/include/vm.h Normal file
View File

@ -0,0 +1,6 @@
/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <i386/vm.h>