xref: /optee_os/lib/libutee/include/rng_pta_client.h (revision 2f4d97e7664270c92f4fd9d35fcddcfa4fd5f667)
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