summaryrefslogtreecommitdiff
path: root/core/include/tee/cache.h
blob: 568b2515ed7dbca9ee47e1f2819f91b5d75771d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2015, Linaro Limited
 */
#ifndef TEE_CACHE_H
#define TEE_CACHE_H

#include <utee_types.h>

TEE_Result cache_operation(enum utee_cache_operation op, void *va, size_t len);

#endif /* TEE_CACHE_H */