diff options
author | Olivier Martin <olivier.martin@arm.com> | 2015-01-06 15:54:12 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-01-06 15:54:12 +0000 |
commit | 5c2d456b9670cd8eeed1b06d3e50011598ade3b0 (patch) | |
tree | 1a9afdf1d9868b93006cc4036160b15e48a73499 /ArmPlatformPkg/Include | |
parent | f2c730d3123c8952e2715b120e79c4ea20c73451 (diff) | |
download | edk2-platforms-5c2d456b9670cd8eeed1b06d3e50011598ade3b0.tar.xz |
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.h | 23 |
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
|