1 /* 2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef JUNO_DECL_H 8 #define JUNO_DECL_H 9 10 bool juno_getentropy(uint64_t *buf); 11 12 #endif /* JUNO_DECL_H */ 13