diff options
Diffstat (limited to 'include/bl2u')
-rw-r--r-- | include/bl2u/bl2u.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bl2u/bl2u.h b/include/bl2u/bl2u.h index 7017b3ac6..387eaf8d8 100644 --- a/include/bl2u/bl2u.h +++ b/include/bl2u/bl2u.h @@ -4,9 +4,9 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef BL2_H__ -#define BL2_H__ +#ifndef BL2U_H +#define BL2U_H void bl2u_main(void); -#endif /* BL2_H__ */ +#endif /* BL2U_H */ |