home *** CD-ROM | disk | FTP | other *** search
- #ifndef VMSTUFF_H
- #define VMSTUFF_H
-
- /* XXX: This file isn't particularly logical. Hence the name. */
-
- #include <sys/types.h>
- #include "confhavevmseg.h"
-
- #ifdef HAVE_VMSEG
- #include <vm/hat.h>
- #include <vm/as.h>
- #include <vm/seg.h>
- #include <vm/seg_vn.h>
- #include <vm/seg_dev.h>
- #include <vm/seg_map.h>
- #else
- #include <sys/vmmac.h>
- #endif
-
- #endif
-