Commit | Line | Data |
---|---|---|
0c732676 | 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 | ||
0c732676 | 11 | #include <stdio.h> |
12 | #define DEBUG_HOLD() do{printf("%s@%s:%d.\n",__FUNCTION__, __FILE__, __LINE__);fflush(stdout);wait_for_input();}while(0) | |
13 | ||
14 | void wait_for_input(void); | |
15 | ||
16 | #endif // _3DS_UTILS_H |