Ip4Config2Hii.h 472 B

12345678910111213141516171819
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in Ip4Dxe driver.
  3. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __IP4_CONFIG2_HII_GUID_H__
  7. #define __IP4_CONFIG2_HII_GUID_H__
  8. #define IP4_CONFIG2_NVDATA_GUID \
  9. { \
  10. 0x9b942747, 0x154e, 0x4d29, { 0xa4, 0x36, 0xbf, 0x71, 0x0, 0xc8, 0xb5, 0x3b } \
  11. }
  12. extern EFI_GUID gIp4Config2NvDataGuid;
  13. #endif