blob: f7db59a0fcc5479a456bf59b88b77b3804b4c188 [file] [log] [blame]
Igor Opaniuk7ddaa782018-05-25 15:14:05 +03001/* SPDX-License-Identifier: BSD-2-Clause */
2/*
3 * Copyright (c) 2018, Linaro Limited
4 */
5
6#ifndef SEED_RNG_TAF_H
7#define SEED_RNG_TAF_H
8
9#include <pta_system.h>
10
11TEE_Result seed_rng_pool(uint32_t param_types, TEE_Param params[4]);
12
13#endif /* SEED_RNG_TAF_H */