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 __MMU_GLOBAL_H_INCLUDED__
8 #define __MMU_GLOBAL_H_INCLUDED__
9 
10 #define IS_MMU_VERSION_2
11 
12 #include <mmu_defs.h>
13 
14 #endif /* __MMU_GLOBAL_H_INCLUDED__ */
15