You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
345 B

/*
* 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 */