2 * Copyright (c) 2016 Apple Inc. All rights reserved.
10 extern walk_region_cbfn_t vanilla_region_optimization
;
12 extern int coredump(task_t
, int);
13 extern int coredump_write(task_t
, int, struct regionhead
*, const uuid_t
, mach_vm_offset_t
, mach_vm_offset_t
);
14 extern struct regionhead
*coredump_prepare(task_t
, uuid_t
);
16 #endif /* _VANILLA_H */