home *** CD-ROM | disk | FTP | other *** search
- #ifndef _mach_debug
- #define _mach_debug
-
- /* Module mach_debug */
-
- #include <mach/kern_return.h>
- #include <mach/port.h>
- #include <mach/message.h>
-
- #ifndef mig_external
- #define mig_external extern
- #endif
-
- #include <mach/std_types.h>
- #include <mach/mach_types.h>
- #include <mach_debug/mach_debug_types.h>
-
- /* Routine host_zone_info */
- mig_external kern_return_t host_zone_info (
- task_t task,
- zone_n!array_t *names,
- unsigned int *namesCnt,
- zone_info_array_t *info,
- unsigned int *infoCnt);
-
- #endif _mach_debug
-