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 __ISP_LOCAL_H_INCLUDED__
8 #define __ISP_LOCAL_H_INCLUDED__
9 
10 #include "isp_global.h"
11 
12 #include <isp2400_support.h>
13 
14 #define HIVE_ISP_VMEM_MASK	((1U << ISP_VMEM_ELEMBITS) - 1)
15 
16 #endif /* __ISP_LOCAL_H_INCLUDED__ */
17