]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
ArmPlatformPkg: Retire NorFlashDxe driver
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / NorFlashPlatformLib.h
diff --git a/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h b/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
deleted file mode 100644 (file)
index 6ef5b70..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/** @file\r
-\r
- Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
-\r
- SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
- **/\r
-\r
-#ifndef _NORFLASHPLATFORMLIB_H_\r
-#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
-} NOR_FLASH_DESCRIPTION;\r
-\r
-EFI_STATUS\r
-NorFlashPlatformInitialization (\r
-  VOID\r
-  );\r
-\r
-EFI_STATUS\r
-NorFlashPlatformGetDevices (\r
-  OUT NOR_FLASH_DESCRIPTION  **NorFlashDescriptions,\r
-  OUT UINT32                 *Count\r
-  );\r
-\r
-#endif /* _NORFLASHPLATFORMLIB_H_ */\r