X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIpsecConfig%2FIpSecConfig.h;h=95bb6961136df8bfd96cb549ac06edc63a68fdbf;hp=17044fef79412a04fdc07ca664413e3b4572ac84;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=9bdc6592135aa9b687db7a679c52903f63812484 diff --git a/NetworkPkg/Application/IpsecConfig/IpSecConfig.h b/NetworkPkg/Application/IpsecConfig/IpSecConfig.h index 17044fef79..95bb696113 100644 --- a/NetworkPkg/Application/IpsecConfig/IpSecConfig.h +++ b/NetworkPkg/Application/IpsecConfig/IpSecConfig.h @@ -1,7 +1,7 @@ /** @file The internal structure and function declaration in IpSecConfig application. - Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -22,12 +22,11 @@ #include #include #include +#include #include #include -#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) - #define IPSECCONFIG_STATUS_NAME L"IpSecStatus" #define BIT(x) (UINT32) (1 << (x))