]> git.saurik.com Git - apple/xnu.git/blob - libsa/libsa/mach/mach.h
xnu-123.5.tar.gz
[apple/xnu.git] / libsa / libsa / mach / mach.h
1 #ifndef _LIBSA_MACH_MACH_H_
2 #define _LIBSA_MACH_MACH_H_
3
4 #include <mach/mach_types.h>
5 #include <mach/vm_map.h>
6
7 __private_extern__ vm_map_t mach_task_self(void);
8
9 char *mach_error_string(kern_return_t);
10
11
12 #endif _LIBSA_MACH_MACH_H_