Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
9bc79791b2c1181b424567a1ff8e874d2d894a4c
/
.
/
plat
/
intel
/
soc
/
agilex5
/
include
/
agilex5_cache.h
blob: f7801b9a76f6b82bc5cb2455b9e525e8307bf47c [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024, Altera Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
AGX5_CACHE_H
#define
AGX5_CACHE_H
void
invalidate_dcache_all
(
void
);
void
invalidate_cache_low_el
(
void
);
#endif
/* AGX5_CACHE_H */