1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Support for Intel Camera Imaging ISP subsystem. 4 * Copyright (c) 2015, Intel Corporation. 5 */ 6 7 #ifndef __FIFO_MONITOR_GLOBAL_H_INCLUDED__ 8 #define __FIFO_MONITOR_GLOBAL_H_INCLUDED__ 9 10 #define IS_FIFO_MONITOR_VERSION_2 11 12 /* 13 #define HIVE_ISP_CSS_STREAM_SWITCH_NONE 0 14 #define HIVE_ISP_CSS_STREAM_SWITCH_SP 1 15 #define HIVE_ISP_CSS_STREAM_SWITCH_ISP 2 16 * 17 * Actually, "HIVE_ISP_CSS_STREAM_SWITCH_SP = 1", "HIVE_ISP_CSS_STREAM_SWITCH_ISP = 0" 18 * "hive_isp_css_stream_switch_hrt.h" 19 */ 20 #define HIVE_ISP_CSS_STREAM_SWITCH_ISP 0 21 #define HIVE_ISP_CSS_STREAM_SWITCH_SP 1 22 #define HIVE_ISP_CSS_STREAM_SWITCH_NONE 2 23 24 #endif /* __FIFO_MONITOR_GLOBAL_H_INCLUDED__ */ 25