mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 11:27:09 +00:00
9 lines
136 B
C
9 lines
136 B
C
|
#ifndef _HWINIT_H_
|
||
|
#define _HWINIT_H_
|
||
|
|
||
|
void mc_enable_ahb_redirect();
|
||
|
void mc_disable_ahb_redirect();
|
||
|
void nx_hwinit();
|
||
|
|
||
|
#endif
|