diff options
| author | Peter Jones <pjones@redhat.com> | 2017-10-23 14:26:28 -0400 |
|---|---|---|
| committer | Peter Jones <pmjones@gmail.com> | 2018-03-12 16:21:43 -0400 |
| commit | 1f1ec4cea8561d72734a56a76dc63a5c879bc994 (patch) | |
| tree | 30c4578711efd8eff5728d5e493f0d0ccc1055ce /include/Ip6Config.h | |
| parent | dc62a3c4dc3dd590fbba32c46b717088a132eb5e (diff) | |
| download | efi-boot-shim-1f1ec4cea8561d72734a56a76dc63a5c879bc994.tar.gz efi-boot-shim-1f1ec4cea8561d72734a56a76dc63a5c879bc994.zip | |
Make sure all of our include files have proper guards.
... and make them all the same formatting too.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/Ip6Config.h')
| -rw-r--r-- | include/Ip6Config.h | 6 |
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 */ |
