blob: 21e56c051ac421bdf4c0d690ccc59be36b81a594 [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
Andre Przywara927b3992020-10-08 00:43:50 +010010bool juno_getentropy(uint64_t *buf);
dp-arm8f59e152017-02-27 12:21:43 +000011
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* JUNO_DECL_H */