diff options
author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-24 16:24:23 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-24 16:24:23 -0400 |
commit | f892ac66084ab0315adb0c52e4a39b518730d023 (patch) | |
tree | 0b41430bab3e1cf51e37476a5e6548f639cb7ec6 /include/Ip6Config.h | |
parent | 6215e920e71f5c6c43189f27b755e7a3238ad396 (diff) | |
download | efi-boot-shim-upstream/15+1531942534.dd3230d.tar.gz efi-boot-shim-upstream/15+1531942534.dd3230d.zip |
New upstream version 15+1531942534.dd3230dupstream/15+1531942534.dd3230d
Diffstat (limited to 'include/Ip6Config.h')
-rw-r--r-- | include/Ip6Config.h | 11 |
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 */ |