b96a5b146096f4c7c8f1d7f6c0db25f29a9a7a95
[platform/kernel/linux-rpi.git] /
1 /*
2  * Support for Intel Camera Imaging ISP subsystem.
3  * Copyright (c) 2010 - 2015, Intel Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms and conditions of the GNU General Public License,
7  * version 2, as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  */
14
15 #ifndef __IA_CSS_PIPELINE_COMMON_H__
16 #define __IA_CSS_PIPELINE_COMMON_H__
17
18 enum ia_css_pipeline_stage_sp_func {
19         IA_CSS_PIPELINE_RAW_COPY = 0,
20         IA_CSS_PIPELINE_BIN_COPY = 1,
21         IA_CSS_PIPELINE_ISYS_COPY = 2,
22         IA_CSS_PIPELINE_NO_FUNC = 3,
23 };
24
25 #define IA_CSS_PIPELINE_NUM_STAGE_FUNCS 3
26
27 #endif /*__IA_CSS_PIPELINE_COMMON_H__*/