]>
git.saurik.com Git - apple/xnu.git/blob - tools/tests/testkext/pgokext/pgokext.c
5 // Created by Lawrence D'Anna on 12/15/16.
9 #include <mach/mach_types.h>
11 kern_return_t
pgokext_start(kmod_info_t
* ki
, void *d
);
12 kern_return_t
pgokext_stop(kmod_info_t
*ki
, void *d
);
15 pgokext_start(kmod_info_t
* ki
, void *d
)
21 pgokext_stop(kmod_info_t
*ki
, void *d
)