home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / mach / mach.h < prev    next >
Text File  |  1991-08-16  |  833b  |  37 lines

  1. /* 
  2.  * Mach Operating System
  3.  * Copyright (c) 1989 Carnegie-Mellon University
  4.  * All rights reserved.  The CMU software License Agreement specifies
  5.  * the terms and conditions for use and redistribution.
  6.  */
  7. /*
  8.  * HISTORY
  9.  * $Log:    mach.h,v $
  10.  * 31-May-90  Gregg Kellogg (gk) at NeXT
  11.  *    Added <sys/thread_switch.h> and <mach_host.h>.
  12.  *
  13.  * Revision 2.2  89/10/28  11:30:47  mrt
  14.  *     Changed location of mach_interface from mach/ to
  15.  *     top level include.
  16.  *     [89/10/27            mrt]
  17.  * 
  18.  * Revision 2.1  89/06/13  16:47:44  mrt
  19.  * Created.
  20.  * 
  21.  */
  22. /* 
  23.  *  Includes all the types that a normal user
  24.  *  of Mach programs should need
  25.  */
  26.  
  27. #ifndef    _MACH_H_
  28. #define    _MACH_H_
  29.  
  30. #import <mach/mach_types.h>
  31. #import <mach/thread_switch.h>
  32. #import <mach/mach_interface.h>
  33. #import <mach/mach_host.h>
  34. #import <mach/mach_init.h>
  35.  
  36. #endif    _MACH_H_
  37.