vbi.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- /*****************************************************************************
- File Name : vbi.h
- Description: VBI header
- COPYRIGHT (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __VBI_H
- #define __VBI_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stvbi.h"
- /* Exported Types ------------------------------------------------------ */
- /* Exported Constants -------------------------------------------------- */
- /* Exported Variables -------------------------------------------------- */
- extern ST_DeviceName_t g_KB_VbiDeviceName;
- extern STVBI_Handle_t g_KB_VbiHandle;
- /* Exported Macros ----------------------------------------------------- */
- #define KB_VBI_DEVICE_TYPE STVBI_DEVICE_TYPE_DENC
- /* Exported Functions -------------------------------------------------- */
- ST_ErrorCode_t KB_VbiSetup(void);
- #endif /* __VBI_H */
- /* EOF --------------------------------------------------------------------- */