/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for Intel Camera Imaging ISP subsystem. * Copyright (c) 2015, Intel Corporation. */ #ifndef __IA_CSS_ANR2_TABLE_HOST_H #define __IA_CSS_ANR2_TABLE_HOST_H #include "ia_css_anr2_types.h" extern const struct ia_css_anr_thres default_anr_thres; #endif /* __IA_CSS_ANR2_TABLE_HOST_H */