summaryrefslogtreecommitdiff
path: root/include/mach/kern_return.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/kern_return.h')
-rw-r--r--include/mach/kern_return.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mach/kern_return.h b/include/mach/kern_return.h
index 2274328b..22161e3c 100644
--- a/include/mach/kern_return.h
+++ b/include/mach/kern_return.h
@@ -157,4 +157,10 @@
/* Object has been terminated and is no longer available.
*/
+#define KERN_NO_DATA 27
+ /* The address range specified does not contain data
+ * at the moment. This value should be provided after
+ * m_o_data_request call.
+ */
+
#endif /* _MACH_KERN_RETURN_H_ */