sharedrv.h

来自「st7710的tuner标准驱动」· C头文件 代码 · 共 51 行

H
51
字号
/*---------------------------------------------------------------
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 + =
减小字号Ctrl + -
显示快捷键?