blob: 095d99e0dd73feeac727db69e701131823d64d57 [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);
11
12#endif /* AGX5_CACHE_H */