⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sharedrv.h

📁 st7710的tuner标准驱动
💻 H
字号:
/*---------------------------------------------------------------
File Name: sharedrv.h

Description: 

     Interface to shared drivers.

Copyright (C) 1999-2001 STMicroelectronics

History:

   date: 18-June-2001
version: 3.1.0
 author: GJP
comment: new
    
---------------------------------------------------------------------------- */

/* define to prevent recursive inclusion */
#ifndef __STTUNER_SHAREDRV_H
#define __STTUNER_SHAREDRV_H


/* includes --------------------------------------------------------------- */

#include "stddefs.h"    /* Standard definitions */

#ifdef __cplusplus
extern "C"
{
#endif                          /* __cplusplus */

/* install parameters */
typedef struct
{
    ST_Partition_t  *MemoryPartition;
} SHARE_InstallParams_t;

/* functions --------------------------------------------------------------- */

ST_ErrorCode_t STTUNER_SHARE_DRV_Install(SHARE_InstallParams_t *InstallParams);
ST_ErrorCode_t STTUNER_SHARE_DRV_UnInstall(void);

#ifdef __cplusplus
}
#endif                          /* __cplusplus */

#endif                          /* __STTUNER_SHAREDRV_H */

/* End ofsharedrvsdrv.h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -