/** @file1GUID has all zero values.23Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>4This program and the accompanying materials are licensed and made available under5the terms and conditions of the BSD License that accompanies this distribution.6The full text of the license may be found at7http://opensource.org/licenses/bsd-license.php.89THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.1112**/1314#ifndef __ZERO_GUID_H__15#define __ZERO_GUID_H__1617#define ZERO_GUID \18{ \190x0, 0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} \20}2122extern EFI_GUID gZeroGuid;2324#endif252627