aboutsummaryrefslogtreecommitdiffstats
path: root/Include/Guid/RamDiskGuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/Guid/RamDiskGuid.h')
-rw-r--r--Include/Guid/RamDiskGuid.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/Include/Guid/RamDiskGuid.h b/Include/Guid/RamDiskGuid.h
new file mode 100644
index 0000000..6d304ae
--- /dev/null
+++ b/Include/Guid/RamDiskGuid.h
@@ -0,0 +1,26 @@
+/** @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