Commit | Line | Data |
---|---|---|
1 | #ifndef _3DS_UTILS_H | |
2 | #define _3DS_UTILS_H | |
3 | ||
4 | void ctr_invalidate_ICache(void); | |
5 | void ctr_flush_DCache(void); | |
6 | ||
7 | void ctr_flush_invalidate_cache(void); | |
8 | ||
9 | int ctr_svchack_init(void); | |
10 | void ctr_svchack_exit(void); | |
11 | ||
12 | #if 0 | |
13 | #include "stdio.h" | |
14 | void wait_for_input(void); | |
15 | ||
16 | #define DEBUG_HOLD() do{printf("%s@%s:%d.\n",__FUNCTION__, __FILE__, __LINE__);fflush(stdout);wait_for_input();}while(0) | |
17 | #endif | |
18 | ||
19 | #endif // _3DS_UTILS_H |