typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; #define DRC_TCACHE_SIZE (512*1024) extern u32 tcache[DRC_TCACHE_SIZE/4]; void drc_cmn_init(void); void drc_cmn_cleanup(void);