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