diff options
Diffstat (limited to 'include/common/interrupt_props.h')
-rw-r--r-- | include/common/interrupt_props.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/common/interrupt_props.h b/include/common/interrupt_props.h index 4ac698dfc..6c6a85361 100644 --- a/include/common/interrupt_props.h +++ b/include/common/interrupt_props.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef __INTERRUPT_PROPS_H__ -#define __INTERRUPT_PROPS_H__ +#ifndef INTERRUPT_PROPS_H +#define INTERRUPT_PROPS_H #ifndef __ASSEMBLY__ @@ -26,4 +26,4 @@ typedef struct interrupt_prop { } interrupt_prop_t; #endif /* __ASSEMBLY__ */ -#endif /* __INTERRUPT_PROPS_H__ */ +#endif /* INTERRUPT_PROPS_H */ |