home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / vmstuff.h < prev   
Encoding:
C/C++ Source or Header  |  1991-05-07  |  346 b   |  21 lines

  1. #ifndef VMSTUFF_H
  2. #define VMSTUFF_H
  3.  
  4. /* XXX: This file isn't particularly logical. Hence the name. */
  5.  
  6. #include <sys/types.h>
  7. #include "confhavevmseg.h"
  8.  
  9. #ifdef HAVE_VMSEG
  10. #include <vm/hat.h>
  11. #include <vm/as.h>
  12. #include <vm/seg.h>
  13. #include <vm/seg_vn.h>
  14. #include <vm/seg_dev.h>
  15. #include <vm/seg_map.h>
  16. #else
  17. #include <sys/vmmac.h>
  18. #endif
  19.  
  20. #endif
  21.