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

uCOS

开发平台:

C/C++

  1. //====================================================================
  2. // File Name : eint.h
  3. // Function  : S3C2440 Interrupt Test Head File
  4. // Date      : March 12, 2002
  5. // Version   : 0.0
  6. // History
  7. //   0.0 : Programming start (March 12, 2002) -> SOP
  8. //   0.1 : modified for s3c2440 (May xx, 2003) -> DonGo
  9. //====================================================================
  10. #ifndef __EINT_H__
  11. #define __EINT_H__
  12. void Test_Eint(void);
  13. #endif /*__EINT_H__*/