1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Merrifield PNW Camera Imaging ISP subsystem.
4  *
5  * Copyright (c) 2010 Intel Corporation. All Rights Reserved.
6  *
7  * Copyright (c) 2010 Silicon Hive www.siliconhive.com.
8  */
9 
10 #ifndef	__SH_MMU_MRFLD_H__
11 #define	__SH_MMU_MRFLD_H__
12 
13 extern struct isp_mmu_client sh_mmu_mrfld;
14 #endif
15