summaryrefslogtreecommitdiff
path: root/include/Ip6Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Ip6Config.h')
-rw-r--r--include/Ip6Config.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/Ip6Config.h b/include/Ip6Config.h
index 003e50e3..f99ce013 100644
--- a/include/Ip6Config.h
+++ b/include/Ip6Config.h
@@ -12,16 +12,11 @@ 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>
-#define EFI_IP6_CONFIG_PROTOCOL_GUID \
- { \
- 0x937fe521, 0x95ae, 0x4d1a, {0x89, 0x29, 0x48, 0xbc, 0xd9, 0x0a, 0xd3, 0x1a } \
- }
-
typedef struct _EFI_IP6_CONFIG_PROTOCOL EFI_IP6_CONFIG_PROTOCOL;
///
@@ -363,4 +358,4 @@ struct _EFI_IP6_CONFIG_PROTOCOL {
EFI_IP6_CONFIG_UNREGISTER_NOTIFY UnregisterDataNotify;
};
-#endif
+#endif /* SHIM_IP6CONFIG_H */