includes.h
上传用户:wealth48
上传日期:2022-06-24
资源大小:1701k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /* ChronOS Includes.h file for Samsung ARM port
  2.  *
  3.  * Copyright  2002 By InterNiche Technologies Inc. All rights reserved
  4.  *
  5.  * MODULE: SNDS300
  6.  *
  7.  * PORTABLE: no
  8.  */
  9. /* Include Samsung hardware definition for critcal section macros. */
  10. #ifndef __INCLUDES_H__
  11. #define __INCLUDES_H__
  12. //****************CPU**************//
  13. #include "uhal/uhal.h"
  14. #include "../inc/drivers.h"
  15. #include "ucos_ii.h"
  16. #include "add/osaddition.h"
  17. /////////////////////////////////////////////////
  18. #endif /* __INCLUDES_H__ */