bootstrap.h 363 B

1234567891011121314151617181920
  1. //
  2. // bootstrap.h
  3. // g0blin
  4. //
  5. // Created by Sticktron on 2017-12-27.
  6. // Copyright © 2017 xerub. All rights reserved.
  7. // Copyright © 2017 qwertyoruiop. All rights reserved.
  8. //
  9. #ifndef bootstrap_h
  10. #define bootstrap_h
  11. #include <stdio.h>
  12. #include <mach/mach.h>
  13. kern_return_t do_bootstrap(bool force);
  14. int RunCmd(const char *cmd);
  15. #endif /* bootstrap_h */