]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IpsecConfig/IpSecConfig.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfig.h
index 244926f888ca799d47f34460c95e38e68407570f..95bb6961136df8bfd96cb549ac06edc63a68fdbf 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The internal structure and function declaration in IpSecConfig application.\r
 \r
-  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
 #include <Protocol/IpSecConfig.h>\r
 \r
-//\r
-// String token ID of VConfig command help message text.\r
-//\r
-GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringIpSecHelpTokenId = STRING_TOKEN (STR_IPSEC_CONFIG_HELP);\r
-\r
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))\r
-\r
 #define IPSECCONFIG_STATUS_NAME    L"IpSecStatus"\r
 \r
 #define BIT(x)   (UINT32) (1 << (x))\r