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 __IA_CSS_MMU_PRIVATE_H 8 #define __IA_CSS_MMU_PRIVATE_H 9 10 #include "system_local.h" 11 12 /* 13 * This function sets the L1 pagetable address. 14 * After power-up of the ISP the L1 pagetable can be set. 15 * Once being set the L1 pagetable is protected against 16 * further modifications. 17 */ 18 void 19 sh_css_mmu_set_page_table_base_index(hrt_data base_index); 20 21 #endif /* __IA_CSS_MMU_PRIVATE_H */ 22