Add stub vm.h for pc98.

Approved by:	re (kensmith)
This commit is contained in:
Yoshihiro Takahashi 2009-06-27 02:20:31 +00:00
parent b0f642ad44
commit 1ef17ae8d4

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>