aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/juno/juno_decl.h
blob: 21e56c051ac421bdf4c0d690ccc59be36b81a594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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 */