www.pudn.com > s3c2410boardTestProgram.zip > cache.h
#ifndef __CACHE_H__ #define __CACHE_H__ void Test_Cache(void); extern int DCache_Test(void); extern int ICache_Test(void); extern int DMMU_Test(void); extern int IMMU_Test(void); void Test_ICache(void); #endif /*__CACHE_H__*/