emuiodrv.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #ifndef __EMUIODRV_H
- #define __EMUIODRV_H
- #include "config.h"
- #ifdef DVD728
- #define EMUIO_UART0
- #else
- #define EMUIO_UART1
- #endif
- #ifdef EMUIO_UART1
- #include "io_uart1.h"
- #elif defined(EMUIO_UART0)
- #include "io_uart0.h"
- #else
- #include "io_epp.h"
- #endif
- #endif