13 lines
230 B
C
13 lines
230 B
C
/*
|
|
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef JUNO_DECL_H
|
|
#define JUNO_DECL_H
|
|
|
|
bool juno_getentropy(uint64_t *buf);
|
|
|
|
#endif /* JUNO_DECL_H */
|