diff options
Diffstat (limited to 'include/bl31/bl31.h')
-rw-r--r-- | include/bl31/bl31.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bl31/bl31.h b/include/bl31/bl31.h index 7c35922c3..08c555d90 100644 --- a/include/bl31/bl31.h +++ b/include/bl31/bl31.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef __BL31_H__ -#define __BL31_H__ +#ifndef BL31_H +#define BL31_H #include <stdint.h> @@ -21,4 +21,4 @@ void bl31_warm_entrypoint(void); void bl31_main(void); void bl31_lib_init(void); -#endif /* __BL31_H__ */ +#endif /* BL31_H */ |