diff options
Diffstat (limited to 'include/bl31/ea_handle.h')
-rw-r--r-- | include/bl31/ea_handle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bl31/ea_handle.h b/include/bl31/ea_handle.h index 060c9b7f0..68f012c14 100644 --- a/include/bl31/ea_handle.h +++ b/include/bl31/ea_handle.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef __EA_HANDLE_H__ -#define __EA_HANDLE_H__ +#ifndef EA_HANDLE_H +#define EA_HANDLE_H /* Constants indicating the reason for an External Abort */ @@ -21,4 +21,4 @@ /* RAS event signalled as peripheral interrupt */ #define ERROR_INTERRUPT 3 -#endif /* __EA_HANDLE_H__ */ +#endif /* EA_HANDLE_H */ |