usbin.h
上传用户:hank9955
上传日期:2022-08-05
资源大小:14k
文件大小:0k
源码类别:

USB编程

开发平台:

C/C++

  1. /****************************************************************
  2.  NAME: usbin.h
  3.  DESC: 
  4.  HISTORY:
  5.  Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon 
  6.  ****************************************************************/
  7. #ifndef __USBIN_H__
  8. #define __USBIN_H__
  9. void Ep1Handler(void);
  10. void PrepareEp1Fifo(char *Msg, U32 MsgLen);
  11. #endif /*__USBIN_H__*/