/* * Copyright (c) Hisilicon Technologies Co., Ltd. 2014-2020. All rights reserved. * Description: cache v7 * Author: SmartMedia_BSP * Create: 2014-06-04 */ #ifndef CACHEH #define CACHEH extern int __cache_flush_all(void); extern int __mmu_cache_disable(void); extern int __mmu_cache_enable(unsigned int pagetable); #endif /* CACHEH */