HttpBootConfigHii.h 468 B

12345678910111213141516171819
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in HTTP boot driver.
  3. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __HTTP_BOOT_HII_GUID_H__
  7. #define __HTTP_BOOT_HII_GUID_H__
  8. #define HTTP_BOOT_CONFIG_GUID \
  9. { \
  10. 0x4d20583a, 0x7765, 0x4e7a, { 0x8a, 0x67, 0xdc, 0xde, 0x74, 0xee, 0x3e, 0xc5 } \
  11. }
  12. extern EFI_GUID gHttpBootConfigGuid;
  13. #endif