home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Headers / mach / sparc / kern_return.h < prev    next >
C/C++ Source or Header  |  1997-04-27  |  220b  |  13 lines

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