diff options
Diffstat (limited to 'include/drivers/arm/nic_400.h')
-rw-r--r-- | include/drivers/arm/nic_400.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/arm/nic_400.h b/include/drivers/arm/nic_400.h index 740f184d..bb749824 100644 --- a/include/drivers/arm/nic_400.h +++ b/include/drivers/arm/nic_400.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef __NIC_400_H__ -#define __NIC_400_H__ +#ifndef NIC_400_H +#define NIC_400_H /* * Address of slave 'n' security setting in the NIC-400 address region @@ -13,4 +13,4 @@ */ #define NIC400_ADDR_CTRL_SECURITY_REG(n) (0x8 + (n) * 4) -#endif /* __NIC_400_H__ */ +#endif /* NIC_400_H */ |