]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
ArmPlatformPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / NorFlashPlatformLib.h
index b26f613a6c9b8e4a00e7ecfb31334685f8d1a2cc..6ef5b70e9948dadc689dfd539720eab277895223 100644 (file)
 #define _NORFLASHPLATFORMLIB_H_\r
 \r
 typedef struct {\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
+  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
@@ -23,8 +23,8 @@ NorFlashPlatformInitialization (
 \r
 EFI_STATUS\r
 NorFlashPlatformGetDevices (\r
-  OUT NOR_FLASH_DESCRIPTION   **NorFlashDescriptions,\r
-  OUT UINT32                  *Count\r
+  OUT NOR_FLASH_DESCRIPTION  **NorFlashDescriptions,\r
+  OUT UINT32                 *Count\r
   );\r
 \r
 #endif /* _NORFLASHPLATFORMLIB_H_ */\r