home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / mach_debug / mach_debug.h < prev   
Text File  |  1992-07-29  |  512b  |  27 lines

  1. #ifndef    _mach_debug
  2. #define    _mach_debug
  3.  
  4. /* Module mach_debug */
  5.  
  6. #include <mach/kern_return.h>
  7. #include <mach/port.h>
  8. #include <mach/message.h>
  9.  
  10. #ifndef    mig_external
  11. #define mig_external extern
  12. #endif
  13.  
  14. #include <mach/std_types.h>
  15. #include <mach/mach_types.h>
  16. #include <mach_debug/mach_debug_types.h>
  17.  
  18. /* Routine host_zone_info */
  19. mig_external kern_return_t host_zone_info (
  20.     task_t task,
  21.     zone_n!array_t *names,
  22.     unsigned int *namesCnt,
  23.     zone_info_array_t *info,
  24.     unsigned int *infoCnt);
  25.  
  26. #endif    _mach_debug
  27.