diff options
Diffstat (limited to 'include/Ip4Config2.h')
| -rw-r--r-- | include/Ip4Config2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Ip4Config2.h b/include/Ip4Config2.h index b4f1d844..8c0bced8 100644 --- a/include/Ip4Config2.h +++ b/include/Ip4Config2.h @@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. This Protocol is introduced in UEFI Specification 2.5 **/ -#ifndef __EFI_IP4CONFIG2_PROTOCOL_H__ -#define __EFI_IP4CONFIG2_PROTOCOL_H__ +#ifndef SHIM_IP4CONFIG2_H +#define SHIM_IP4CONFIG2_H #include <efiip.h> @@ -312,4 +312,4 @@ struct _EFI_IP4_CONFIG2_PROTOCOL { EFI_IP4_CONFIG2_UNREGISTER_NOTIFY UnregisterDataNotify; }; -#endif +#endif /* SHIM_IP4CONFIG2_H */ |
