blob: cd87c3b7769a4cbdba7476f319a642e056eb20d6 [file] [log] [blame]
dp-arm8f59e152017-02-27 12:21:43 +00001/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
dp-arm8f59e152017-02-27 12:21:43 +00005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef JUNO_DECL_H
8#define JUNO_DECL_H
dp-arm8f59e152017-02-27 12:21:43 +00009
10int juno_getentropy(void *buf, size_t len);
11
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* JUNO_DECL_H */