sysmain2_h.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:
DVD
开发平台:
C/C++
- #include "config.h"
- #include "global.h"
- #include "macro.h"
- #include "regmap.h"
- //#include "drammap.h" /*jhuang 2001/2/18 11:22PM*/
- #include "dma.h"
- //#include "verify.h"
- #include "func.h"
- #include "stdlib.h"
- #include "util.h"
- #include "cd.h"
- #include "cddsp.h"
- #include "framebuf.h"
- #include "cfont.h"
- #include "epp.h"
- #include "cdfunc.h"
- #include "vfdfunc.h"
- #include "vidbits.h"
- //#include "servo.h"
- #include "osd.h"
- #include "cderr.h"
- #include "ircmd.h"
- #include "nav.h"
- #include "lbaif.h"
- #include "dvdpe.h"
- #include "atapi_if.h"
- //#include "dsa.h"
- #include "drv.h"
- #include "dvdpe.h"
- #include "tvif.h" //Jeff 20020415
- #include "pu8560.h"
- #include "user_init.h"
- #include "audctrl.h"
- #include "memcfg.h"
- #include "vpp.h"
- #ifdef TUNER_T988
- #include "radio_t988.h" //jinping 2-6-20 14:03
- #elif defined(TUNER_MV114)
- #include "radio_mv114.h" //jinping 2002-7-1 20:29
- #endif
- #ifdef TAS3001_AMP //kenny
- #include "ti3001.h"
- #endif
- #ifdef TAS5026_AMP //kenny
- #include "ti5026.h"
- #endif
- #if defined(SUPPORT_CARD_STORAGE)||defined(SUPPORT_USB)||defined(SPHE8202_CARD_STORAGE)
- #include "cardfs.h"
- #endif
- #ifdef SUPPORT_UART_COMMAND
- #include "UartTxd.h"
- #endif