// // bootstrap.h // g0blin // // Created by Sticktron on 2017-12-27. // Copyright © 2017 xerub. All rights reserved. // Copyright © 2017 qwertyoruiop. All rights reserved. // #ifndef bootstrap_h #define bootstrap_h #include #include kern_return_t do_bootstrap(bool force); int RunCmd(const char *cmd); #endif /* bootstrap_h */