diff options
Diffstat (limited to 'include/bl2/bl2.h')
-rw-r--r-- | include/bl2/bl2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h index 89ff06eae..8ec080c0a 100644 --- a/include/bl2/bl2.h +++ b/include/bl2/bl2.h @@ -4,9 +4,9 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef BL2_H__ -#define BL2_H__ +#ifndef BL2_H +#define BL2_H void bl2_main(void); -#endif /* BL2_H__ */ +#endif /* BL2_H */ |