Tanmay Kathpalia | d22ff66 | 2024-05-31 10:40:22 +0000 | [diff] [blame] | 1 | /* |
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 | |||||
10 | void invalidate_dcache_all(void); | ||||
Sieu Mun Tang | 82254ee | 2024-10-22 00:52:09 +0800 | [diff] [blame] | 11 | void invalidate_cache_low_el(void); |
Tanmay Kathpalia | d22ff66 | 2024-05-31 10:40:22 +0000 | [diff] [blame] | 12 | |
13 | #endif /* AGX5_CACHE_H */ |