remap_tfp_set_hsp.h 306 B

1234567891011121314151617
  1. //
  2. // remap_tfp_set_hsp.h
  3. // electra
  4. //
  5. // Created by Viktor Oreshkin on 16.01.18.
  6. // Copyright © 2018 Electra Team. All rights reserved.
  7. //
  8. #ifndef remap_tfp_set_hsp_h
  9. #define remap_tfp_set_hsp_h
  10. #include <mach/mach.h>
  11. int remap_tfp0_set_hsp4(mach_port_t *port);
  12. #endif /* remap_tfp_set_hsp_h */