Ip6ConfigHii.h 470 B

12345678910111213141516171819
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in Ip6Config driver.
  3. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __IP6_CONFIG_HII_GUID_H__
  7. #define __IP6_CONFIG_HII_GUID_H__
  8. #define IP6_CONFIG_NVDATA_GUID \
  9. { \
  10. 0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99 } \
  11. }
  12. extern EFI_GUID gIp6ConfigNvDataGuid;
  13. #endif