blob: f7801b9a76f6b82bc5cb2455b9e525e8307bf47c [file] [log] [blame]
Tanmay Kathpaliad22ff662024-05-31 10:40:22 +00001/*
2 * Copyright (c) 2024, Altera Corporation. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef AGX5_CACHE_H
8#define AGX5_CACHE_H
9
10void invalidate_dcache_all(void);
Sieu Mun Tang82254ee2024-10-22 00:52:09 +080011void invalidate_cache_low_el(void);
Tanmay Kathpaliad22ff662024-05-31 10:40:22 +000012
13#endif /* AGX5_CACHE_H */