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

uCOS

开发平台:

C/C++

  1. #ifndef __INCLUDES_H__
  2. #define __INCLUDES_H__
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include <ctype.h>
  6. #include <stdlib.h>
  7. #include <stdarg.h>
  8. #include "os_cpu.h"
  9. #include "os_cfg.h"
  10. #include "ucos_ii.h"
  11. /********************************************
  12. * 荤侩磊 庆歹 眠啊 *
  13. ********************************************/
  14. #include "2440addr.h"
  15. #include "2440lib.h"
  16. /*================== added by scw =====================*/
  17. #include "def.h"
  18. #include "option.h" 
  19. #include "mmu.h" // 03.11.27 junon
  20. /**************** User test program header file ********************/
  21. #include "User_Test.h"
  22. #include "PD6710.h" // PCMCIA
  23. #include "int.h" // Interrupt
  24. #include "nwait.h" // nWAIT signal
  25. #include "stone.h" // Stepping stone
  26. #include "cpuspeed.h" // Cpu speed test.
  27. #include "Userlib.h"
  28. #include "power.h"
  29. #include "nand.h"
  30. #include "2440lcd.h"
  31. #include "camif.h"
  32. #include "iic.h"
  33. #include "rtc.h"
  34. #include "spi.h"
  35. #include "uart_test.h"
  36. #include "uart0.h"
  37. #include "uart1.h"
  38. #include "uart2.h"
  39. #include "irda.h"
  40. #include "Glib.h"
  41. #include "LCDlib.h"
  42. #include "Flash.h"
  43. #include "Am29f800.h"
  44. #include "strata32.h"
  45. #include "dma.h"
  46. #include "sdi.h"
  47. #include "adcts.h"
  48. #include "timer.h"
  49. #include "iis.h"
  50. #include "ac97.h" //Added to S3C2440A
  51. #include "dvstest.h"
  52. #include "pwr_c.h" // 03.11.27 junon
  53. #include  "variable.h"
  54. /*================= end added ======================*/
  55. void ISR_Uart0RxD(void);
  56. #endif /* __INCLUDES_H__ */