/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for Intel Camera Imaging ISP subsystem. * Copyright (c) 2010-2015, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */ #ifndef __FIFO_MONITOR_LOCAL_H_INCLUDED__ #define __FIFO_MONITOR_LOCAL_H_INCLUDED__ #include <type_support.h> #include "fifo_monitor_global.h" #include "hive_isp_css_defs.h" /* ISP_STR_MON_PORT_SND_SP, ... */ #define _hive_str_mon_valid_offset … #define _hive_str_mon_accept_offset … #define FIFO_CHANNEL_SP_VALID_MASK … #define FIFO_CHANNEL_SP_VALID_B_MASK … #define FIFO_CHANNEL_ISP_VALID_MASK … #define FIFO_CHANNEL_MOD_VALID_MASK … fifo_switch_t; fifo_channel_t; struct fifo_channel_state_s { … }; /* The switch is tri-state */ struct fifo_switch_state_s { … }; struct fifo_monitor_state_s { … }; #endif /* __FIFO_MONITOR_LOCAL_H_INCLUDED__ */