]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
ArmPlatformPkg/NorFlashPlatformLib: remove unused Guid member from struct
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / NorFlashPlatformLib.h
index d5b427df3af296c4a9df964d183722ad11299097..e99a217c3a518e7226fb1a433b75fe17df0b764e 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
 \r
- Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
+ Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
+\r
  This program and the accompanying materials\r
  are licensed and made available under the terms and conditions of the BSD License\r
  which accompanies this distribution.  The full text of the license may be found at\r
 #define _NORFLASHPLATFORMLIB_H_\r
 \r
 typedef struct {\r
-    UINTN                             BaseAddress;\r
-    UINTN                             Size;\r
-    UINTN                             BlockSize;\r
-    EFI_GUID                          Guid;\r
+  UINTN       DeviceBaseAddress;    // Start address of the Device Base Address (DBA)\r
+  UINTN       RegionBaseAddress;    // Start address of one single region\r
+  UINTN       Size;\r
+  UINTN       BlockSize;\r
 } NOR_FLASH_DESCRIPTION;\r
 \r
 EFI_STATUS\r