2018-09-05 14:25:10 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
#ifndef __ASM_CSKY_CACHEFLUSH_H
|
|
|
|
#define __ASM_CSKY_CACHEFLUSH_H
|
|
|
|
|
2020-01-31 20:33:10 +08:00
|
|
|
#include <linux/mm.h>
|
2018-09-05 14:25:10 +08:00
|
|
|
#include <abi/cacheflush.h>
|
|
|
|
|
|
|
|
#endif /* __ASM_CSKY_CACHEFLUSH_H */
|