xref: /optee_os/lib/libutee/include/rng_pta_client.h (revision f6b4561a4981563e81cc82eb962fab078f68a3f1)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (C) 2018-2022, Linaro Limited
4  *
5  * This header file is deprecated and kept for backward compatibility.
6  */
7 
8 #ifndef __RNG_PTA_CLIENT_H
9 #define __RNG_PTA_CLIENT_H
10 
11 #include <pta_rng.h>
12 
13 #endif /* __RNG_PTA_CLIENT_H */
14