blob: 8a3b373920b6ec5b8e6989c3b944e0c3cd50ebcf [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
7#ifndef __JUNO_DECL_H__
8#define __JUNO_DECL_H__
9
10int juno_getentropy(void *buf, size_t len);
11
12#endif /* __JUNO_DECL_H__ */