mfcintrnotification.h

来自「6410BSP3」· C头文件 代码 · 共 43 行

H
43
字号
//
// Copyright (c) Samsung Electronics. Co. LTD.  All rights reserved.
//
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

*/


#ifndef __SAMSUNG_SYSLSI_APDEV_MFC_INTR_NOTIFICATION_H__
#define __SAMSUNG_SYSLSI_APDEV_MFC_INTR_NOTIFICATION_H__


#ifdef __cplusplus
extern "C" {
#endif

BOOL CreateInterruptNotification(void);
void DeleteInterruptNotification(void);

int  SendInterruptNotification(int intr_type);
int  WaitInterruptNotification(void);


#ifdef __cplusplus
}
#endif


#define MFC_INTR_NOTI_TIMEOUT    1000

/*
 * MFC Interrupt Reason Macro Definition
 */
#define MFC_INTR_REASON_NULL            0x0000
#define MFC_INTR_REASON_BUFFER_EMPTY        0xC000
#define MFC_INTR_REASON_INTRNOTI_TIMEOUT    (-99)

#endif /* __SAMSUNG_SYSLSI_APDEV_MFC_INTR_NOTIFICATION_H__ */

⌨️ 快捷键说明

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