]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ux_exception.h
xnu-1228.7.58.tar.gz
[apple/xnu.git] / bsd / sys / ux_exception.h
index bee5a72937e00068849331f4701ec8c2d7f67519..d7c3ac3bc81dd956de8bb8b4426bea2d30ffd483 100644 (file)
@@ -63,8 +63,9 @@
 
 extern mach_port_name_t                        ux_exception_port;
 
-boolean_t      machine_exception(int exception, int code, int subcode,
-               int *unix_signal, int *unix_code);
+boolean_t      machine_exception(int exception, mach_exception_code_t code, 
+                       mach_exception_subcode_t subcode,
+                       int *unix_signal, mach_exception_code_t *unix_code);
 void   ux_handler_init(void);
 
 #endif /* __APPLE_API_PRIVATE */