mfc_inst_pool.h
来自「Samsung公司S3C6400芯片的BSP源码包」· C头文件 代码 · 共 23 行
H
23 行
#ifndef __SAMSUNG_SYSLSI_APDEV_MFC_INST_POOL_H__
#define __SAMSUNG_SYSLSI_APDEV_MFC_INST_POOL_H__
#ifdef __cplusplus
extern "C" {
#endif
int MfcInstPool_NumAvail(void);
int MfcInstPool_Occupy(void);
int MfcInstPool_Release(int instance_no);
void MfcInstPool_OccupyAll(void);
void MfcInstPool_ReleaseAll(void);
#ifdef __cplusplus
}
#endif
#endif /* __SAMSUNG_SYSLSI_APDEV_MFC_INST_POOL_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?