1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright (C) 2018, Linaro Limited 4 */ 5 6 #ifndef __RNG_PTA_H 7 #define __RNG_PTA_H 8 9 void rng_collect_entropy(void); 10 11 #endif /* __RNG_PTA_H */ 12