+
+#ifdef XNU_KERNEL_PRIVATE
+
+/* Functions exported to Mach as well */
+
+#define COREDUMP_IGNORE_ULIMIT 0x0001 /* Ignore the process's core file ulimit. */
+#define COREDUMP_FULLFSYNC 0x0002 /* Run F_FULLFSYNC on the core file's vnode */
+
+int coredump(struct proc *p, uint32_t reserve_mb, int coredump_flags);
+
+#endif /* XNU_KERNEL_PRIVATE */
+
+