summaryrefslogtreecommitdiff
path: root/plat/arm/board/juno/juno_decl.h
blob: 8a3b373920b6ec5b8e6989c3b944e0c3cd50ebcf (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__

int juno_getentropy(void *buf, size_t len);

#endif /* __JUNO_DECL_H__ */