summaryrefslogtreecommitdiff
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/arm/board/juno/juno_decl.h b/plat/arm/board/juno/juno_decl.h
index 8a3b3739..cd87c3b7 100644
--- a/plat/arm/board/juno/juno_decl.h
+++ b/plat/arm/board/juno/juno_decl.h
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __JUNO_DECL_H__
-#define __JUNO_DECL_H__
+#ifndef JUNO_DECL_H
+#define JUNO_DECL_H
int juno_getentropy(void *buf, size_t len);
-#endif /* __JUNO_DECL_H__ */
+#endif /* JUNO_DECL_H */