/** @file | |
* | |
* Copyright (c) 2015, Hisilicon Limited. All rights reserved. | |
* Copyright (c) 2015, Linaro Limited. All rights reserved. | |
* | |
* This program and the accompanying materials | |
* are licensed and made available under the terms and conditions of the BSD License | |
* which accompanies this distribution. The full text of the license may be found at | |
* http://opensource.org/licenses/bsd-license.php | |
* | |
* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, | |
* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. | |
* | |
**/ | |
#ifndef _RAM_DISK_GUID_H_ | |
#define _RAM_DISK_GUID_H_ | |
// {06ED4DD0-FF78-11d3-BDC4-00A0C94053D1} | |
#define RAM_DISK_GUID \ | |
{0x6ed4dd0, 0xff78, 0x11d3, {0xbd, 0xc4, 0x0, 0xa0, 0xc9, 0x40, 0x53, 0xd1}} | |
extern EFI_GUID gRamDiskGuid; | |
#endif |