usbin.h
资源名称:u241mon.zip [点击查看]
上传用户:hank9955
上传日期:2022-08-05
资源大小:14k
文件大小:0k
源码类别:
USB编程
开发平台:
C/C++
- /****************************************************************
- NAME: usbin.h
- DESC:
- HISTORY:
- Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon
- ****************************************************************/
- #ifndef __USBIN_H__
- #define __USBIN_H__
- void Ep1Handler(void);
- void PrepareEp1Fifo(char *Msg, U32 MsgLen);
- #endif /*__USBIN_H__*/