]> git.saurik.com Git - apple/system_cmds.git/blob - gcore.tproj/vanilla.h
system_cmds-735.tar.gz
[apple/system_cmds.git] / gcore.tproj / vanilla.h
1 /*
2 * Copyright (c) 2016 Apple Inc. All rights reserved.
3 */
4
5 #include "vm.h"
6
7 #ifndef _VANILLA_H
8 #define _VANILLA_H
9
10 extern walk_region_cbfn_t vanilla_region_optimization;
11
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);
15
16 #endif /* _VANILLA_H */