aboutsummaryrefslogtreecommitdiffstats
path: root/plat/arm/board/juno/juno_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/juno/juno_decl.h')
-rw-r--r--plat/arm/board/juno/juno_decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/juno/juno_decl.h b/plat/arm/board/juno/juno_decl.h
index cd87c3b77..21e56c051 100644
--- a/plat/arm/board/juno/juno_decl.h
+++ b/plat/arm/board/juno/juno_decl.h
@@ -7,6 +7,6 @@
#ifndef JUNO_DECL_H
#define JUNO_DECL_H
-int juno_getentropy(void *buf, size_t len);
+bool juno_getentropy(uint64_t *buf);
#endif /* JUNO_DECL_H */