summaryrefslogtreecommitdiff
path: root/include/Ip6Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Ip6Config.h')
-rw-r--r--include/Ip6Config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Ip6Config.h b/include/Ip6Config.h
index 003e50e3..e9d3deff 100644
--- a/include/Ip6Config.h
+++ b/include/Ip6Config.h
@@ -12,8 +12,8 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#ifndef __EFI_IP6CONFIG_PROTOCOL_H__
-#define __EFI_IP6CONFIG_PROTOCOL_H__
+#ifndef SHIM_IP6CONFIG_H
+#define SHIM_IP6CONFIG_H
#include <efiip.h>
@@ -363,4 +363,4 @@ struct _EFI_IP6_CONFIG_PROTOCOL {
EFI_IP6_CONFIG_UNREGISTER_NOTIFY UnregisterDataNotify;
};
-#endif
+#endif /* SHIM_IP6CONFIG_H */