UVC.h 780 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. ********************************************************************************
  3. * USB UVC Driver
  4. *
  5. * (c) Copyright 2006-2010, All winners Co,Ld.
  6. * All Right Reserved
  7. *
  8. * FileName : UVC.c
  9. *
  10. * Author : Kingvan
  11. *
  12. * Date : 2013/03/26
  13. *
  14. * Description : USB VIDEO CONTROL Driver中对USB接口设备的处理
  15. *
  16. * Others : NULL
  17. *
  18. * History:
  19. * <time> <author> <version > <desc>
  20. * 2013.03.26 Kingvan 1.0 build this file
  21. *
  22. ********************************************************************************
  23. */
  24. #ifndef __UVC_H__
  25. #define __UVC_H__
  26. #include "typedef.h"
  27. __s32 UVCInit(void);
  28. __s32 UVCExit(void);
  29. #endif //__UVC_H__