blob: 135a17c679038b13b3aa6ee7be5b9508864554f6 [file] [log] [blame]
Pragnesh Patel8a521282020-05-29 12:14:51 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2020 SiFive, Inc.
4 *
5 * Authors:
6 * Pragnesh Patel <pragnesh.patel@sifve.com>
7 */
8
9#ifndef _CACHE_SIFIVE_H
10#define _CACHE_SIFIVE_H
11
12int cache_enable_ways(void);
13
14#endif /* _CACHE_SIFIVE_H */