Commit | Line | Data |
---|---|---|
679af8a3 | 1 | typedef unsigned char u8; |
bf092a36 | 2 | typedef signed char s8; |
679af8a3 | 3 | typedef unsigned short u16; |
4 | typedef unsigned int u32; | |
5 | ||
a2b8c5a5 | 6 | #define DRC_TCACHE_SIZE (2*1024*1024) |
679af8a3 | 7 | |
df925153 | 8 | extern u8 *tcache; |
41397701 | 9 | |
10 | void drc_cmn_init(void); | |
11 | void drc_cmn_cleanup(void); | |
12 |