home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / mach / i386 / kern_return.h < prev    next >
C/C++ Source or Header  |  1993-10-19  |  203b  |  13 lines

  1. /* 
  2.  * Copyright (c) 1987 NeXT, Inc.
  3.  */ 
  4.  
  5. #ifndef    _MACH_I386_KERN_RETURN_
  6. #define    _MACH_I386_KERN_RETURN_
  7.  
  8. #ifndef    ASSEMBLER
  9. typedef    int        kern_return_t;
  10. #endif    ASSEMBLER
  11.  
  12. #endif    _MACH_I386_KERN_RETURN_
  13.