1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-19 21:44:57 +01:00
hekate/ipl/mc.h
2018-05-01 17:22:03 +12:00

14 lines
250 B
C
Executable file

#ifndef _MC_H_
#define _MC_H_
#include "types.h"
#include "mc_t210.h"
void mc_config_tsec_carveout(u32 bom, u32 size1mb, int lock);
void mc_config_carveout();
void mc_enable_ahb_redirect();
void mc_disable_ahb_redirect();
void mc_enable();
#endif