IScsiConfigHii.h 502 B

1234567891011121314151617181920
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in IScsiConfig driver
  3. that supports IP4 and IP6 both.
  4. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. #ifndef __ISCSI_CONFIG_HII_GUID_H__
  8. #define __ISCSI_CONFIG_HII_GUID_H__
  9. #define ISCSI_CONFIG_GUID \
  10. { \
  11. 0x4b47d616, 0xa8d6, 0x4552, { 0x9d, 0x44, 0xcc, 0xad, 0x2e, 0xf, 0x4c, 0xf9 } \
  12. }
  13. extern EFI_GUID gIScsiConfigGuid;
  14. #endif