int.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. //====================================================================
  2. // File Name : 2440int.h
  3. // Function  : S3C2440 Interrupt Test Head File
  4. // Program   : Shin, On Pil (SOP)
  5. // Date      : March 12, 2002
  6. // Version   : 0.0
  7. // History
  8. //   0.0 : Programming start (March 12, 2002) -> SOP
  9. //   0.1 : modified for s3c2440 (May xx, 2003) -> DonGo
  10. //====================================================================
  11. #ifndef __2440INT_H__
  12. #define __2440INT_H__
  13. void Test_Int(void);
  14. void Test_Fiq(void);
  15. void Change_IntPriorities(void);
  16. #endif     //__2440INT_H__