www.pudn.com > ADS_s3c2440a.rar > cpuspeed.h
//==================================================================== // File Name : CPUSPEED.h // Function : S3C5410 CPU Speed test, from 2400. // Programmer : DonGo // Date : Feb , 2003 // Version : 0.0 // History : 1st Draft at Feb x, 2003 // Rev0.0: 2003.05.xx Modified for S3C2440x, DonGo //==================================================================== #ifndef __CPUSPEED_H__ #define __CPUSPEED_H__ void Test_CpuSpeed(void); #endif //__CPUSPEED_H__