UiMpTest.h
上传用户:hjhsjcl
上传日期:2020-09-25
资源大小:11378k
文件大小:0k
源码类别:

压缩解压

开发平台:

C++ Builder

  1. /*==========================================================================
  2. Copyright (c) 2004 ALi Corporation. All Rights Reserved
  3. File: UiCommon.h
  4. content: user interface for USB module
  5. History: Created by TNE 2004/8/17
  6. ==========================================================================*/
  7. #ifdef _UI_USB_H_
  8. #define EXTERN
  9. #else
  10. #define EXTERN extern
  11. #endif
  12. EXTERN API void USB_Suspend(void) large; //vicky050624
  13. #undef EXTERN