aboutsummaryrefslogtreecommitdiffstats
path: root/plat/rpi3/rpi3_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/rpi3/rpi3_private.h')
-rw-r--r--plat/rpi3/rpi3_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/rpi3/rpi3_private.h b/plat/rpi3/rpi3_private.h
index 368d09b2b..53078f8e9 100644
--- a/plat/rpi3/rpi3_private.h
+++ b/plat/rpi3/rpi3_private.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __RPI3_PRIVATE_H__
-#define __RPI3_PRIVATE_H__
+#ifndef RPI3_PRIVATE_H
+#define RPI3_PRIVATE_H
#include <stdint.h>
@@ -39,4 +39,4 @@ void rpi3_rng_read(void *buf, size_t len);
/* VideoCore firmware commands */
int rpi3_vc_hardware_get_board_revision(uint32_t *revision);
-#endif /*__RPI3_PRIVATE_H__ */
+#endif /* RPI3_PRIVATE_H */