cache.h 298 B

123456789101112131415
  1. /* 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. #ifndef _CACHE_SIFIVE_H
  9. #define _CACHE_SIFIVE_H
  10. int cache_enable_ways(void);
  11. u32 cache_enable_ways_debug(u32 ways_input);
  12. #endif /* _CACHE_SIFIVE_H */