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

USB编程

开发平台:

C/C++

  1. /****************************************************************
  2.  NAME: usbmain.h
  3.  DESC: 
  4.  HISTORY:
  5.  Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon 
  6.  ****************************************************************/
  7.  
  8. #ifndef __USBMAIN_H__
  9. #define __USBMAIN_H__
  10. void UsbdMain(void);
  11. void __irq IsrUsbd(void);
  12. int DbgPrintfLoop(void);
  13. void DbgPrintf(char *fmt,...);
  14. #endif /*__USBMAIN_H__*/