vbi.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. /*****************************************************************************
  2. File Name  : vbi.h
  3. Description: VBI header
  4. COPYRIGHT (C) 2004 STMicroelectronics
  5. *****************************************************************************/
  6. /* Define to prevent recursive inclusion */
  7. #ifndef __VBI_H
  8. #define __VBI_H
  9. /* Includes --------------------------------------------------------------- */
  10. #include "stddefs.h"    /* STAPI includes */
  11. #include "stvbi.h"
  12. /* Exported Types ------------------------------------------------------ */
  13. /* Exported Constants -------------------------------------------------- */
  14. /* Exported Variables -------------------------------------------------- */
  15. extern ST_DeviceName_t  g_KB_VbiDeviceName;
  16. extern STVBI_Handle_t   g_KB_VbiHandle;
  17. /* Exported Macros ----------------------------------------------------- */
  18. #define KB_VBI_DEVICE_TYPE          STVBI_DEVICE_TYPE_DENC
  19. /* Exported Functions -------------------------------------------------- */
  20. ST_ErrorCode_t KB_VbiSetup(void);
  21. #endif /* __VBI_H */
  22. /* EOF --------------------------------------------------------------------- */