summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2015-01-06 15:54:12 +0000
committeroliviermartin <oliviermartin@Edk2>2015-01-06 15:54:12 +0000
commit5c2d456b9670cd8eeed1b06d3e50011598ade3b0 (patch)
tree1a9afdf1d9868b93006cc4036160b15e48a73499 /ArmPlatformPkg/Include
parentf2c730d3123c8952e2715b120e79c4ea20c73451 (diff)
downloadedk2-5c2d456b9670cd8eeed1b06d3e50011598ade3b0.tar.gz
edk2-5c2d456b9670cd8eeed1b06d3e50011598ade3b0.tar.bz2
edk2-5c2d456b9670cd8eeed1b06d3e50011598ade3b0.zip
ArmPlatformPkg/Bds: Signal when the variable 'Fdt' has been updated
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16589 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r--ArmPlatformPkg/Include/Guid/ArmPlatformEvents.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ArmPlatformPkg/Include/Guid/ArmPlatformEvents.h b/ArmPlatformPkg/Include/Guid/ArmPlatformEvents.h
new file mode 100644
index 0000000000..9027bc395e
--- /dev/null
+++ b/ArmPlatformPkg/Include/Guid/ArmPlatformEvents.h
@@ -0,0 +1,23 @@
+/** @file
+*
+* Copyright (c) 2015, ARM 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 __ARM_PLATFORM_EVENTS_H__
+#define __ARM_PLATFORM_EVENTS_H__
+
+#define ARM_PLATFORM_UPDATE_FDT_EVENT_GUID \
+ { 0xaffe115b, 0x8589, 0x456d, { 0xba, 0xb5, 0x8f, 0x2e, 0xda, 0x53, 0xae, 0xb7 } }
+
+extern EFI_GUID gArmPlatformUpdateFdtEventGuid;
+
+#endif