]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/exception_types.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / mach / exception_types.h
index 8f341357b784330c43e939876ad0ec528b1e014f..014349674bdce29c523741335591154082d6030f 100644 (file)
 
 #define FIRST_EXCEPTION                1       /* ZERO is illegal */
 
+/*
+ * Machine independent codes for EXC_SOFTWARE
+ * Codes 0x10000 - 0x1FFFF reserved for OS emulation (Unix) 
+ * 0x10000 - 0x10002 in use for unix signals
+ */
+#define        EXC_SOFT_SIGNAL         0x10003 /* Unix signal exceptions */
+
 #ifndef        ASSEMBLER
 #include <mach/port.h>
 #include <mach/thread_status.h>