VlanConfigHii.h 479 B

12345678910111213141516171819
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in VlanConfig driver.
  3. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __VLAN_CONFIG_HII_GUID_H__
  7. #define __VLAN_CONFIG_HII_GUID_H__
  8. #define VLAN_CONFIG_FORM_SET_GUID \
  9. { \
  10. 0xd79df6b0, 0xef44, 0x43bd, {0x97, 0x97, 0x43, 0xe9, 0x3b, 0xcf, 0x5f, 0xa8 } \
  11. }
  12. extern EFI_GUID gVlanConfigFormSetGuid;
  13. #endif