sysmain2_h.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. #include "config.h"
  2. #include "global.h"
  3. #include "macro.h"
  4. #include "regmap.h"
  5. //#include "drammap.h"  /*jhuang 2001/2/18 11:22PM*/
  6. #include "dma.h"
  7. //#include "verify.h"
  8. #include "func.h"
  9. #include "stdlib.h"
  10. #include "util.h"
  11. #include "cd.h"
  12. #include "cddsp.h"
  13. #include "framebuf.h"
  14. #include "cfont.h"
  15. #include "epp.h"
  16. #include "cdfunc.h"
  17. #include "vfdfunc.h"
  18. #include "vidbits.h"
  19. //#include "servo.h"
  20. #include "osd.h"
  21. #include "cderr.h"
  22. #include "ircmd.h"
  23. #include "nav.h"
  24. #include "lbaif.h"
  25. #include "dvdpe.h"
  26. #include "atapi_if.h"
  27. //#include "dsa.h"
  28. #include "drv.h"
  29. #include "dvdpe.h"
  30. #include "tvif.h"       //Jeff 20020415
  31. #include "pu8560.h"
  32. #include "user_init.h"
  33. #include "audctrl.h"
  34. #include "memcfg.h"
  35. #include "vpp.h"
  36. #ifdef TUNER_T988
  37. #include "radio_t988.h"  //jinping 2-6-20 14:03
  38. #elif defined(TUNER_MV114)
  39. #include "radio_mv114.h"  //jinping 2002-7-1 20:29
  40. #endif
  41. #ifdef TAS3001_AMP //kenny
  42. #include "ti3001.h"
  43. #endif
  44. #ifdef TAS5026_AMP //kenny
  45. #include "ti5026.h"
  46. #endif
  47. #if defined(SUPPORT_CARD_STORAGE)||defined(SUPPORT_USB)||defined(SPHE8202_CARD_STORAGE)
  48. #include "cardfs.h"
  49. #endif
  50. #ifdef SUPPORT_UART_COMMAND
  51. #include "UartTxd.h"
  52. #endif