1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2010 - 2015, Intel Corporation.
5  */
6 
7 #ifndef _IA_CSS_EVENT_H
8 #define _IA_CSS_EVENT_H
9 
10 #include <type_support.h>
11 #include "sw_event_global.h"    /*event macros.TODO : Change File Name..???*/
12 
13 bool ia_css_event_encode(
14     u8	*in,
15     u8	nr,
16     uint32_t	*out);
17 
18 void ia_css_event_decode(
19     u32 event,
20     uint8_t *payload);
21 
22 #endif /*_IA_CSS_EVENT_H*/
23