]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/exception_types.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / mach / exception_types.h
index 31ee691b747c9c42a121d44aef7453fa4375e485..2f9f7274d2b79123ae80a0198809591f01ae58a2 100644 (file)
 #include <mach/port.h>
 #include <mach/thread_status.h>
 #include <mach/machine/vm_types.h>
+#include <mach_debug/ipc_info.h>
 /*
  * Exported types
  */
@@ -199,6 +200,7 @@ typedef exception_mask_t                *exception_mask_array_t;
 typedef exception_behavior_t            *exception_behavior_array_t;
 typedef thread_state_flavor_t           *exception_flavor_array_t;
 typedef mach_port_t                     *exception_port_array_t;
+typedef ipc_info_port_t                 *exception_port_info_array_t;
 typedef mach_exception_data_type_t      mach_exception_code_t;
 typedef mach_exception_data_type_t      mach_exception_subcode_t;