]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe/PlatformDriOverride.h
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriverOverride / PlatformDriOverrideDxe / PlatformDriOverride.h
index a9d62702cf578015e7383d4cd8ef333815ff47ea..88e5cc3d97578d9d9e96464e2f7121ffec1fe666 100644 (file)
@@ -22,13 +22,12 @@ Abstract:
 #define PLATFORM_DRI_OVERRIDE_H_
 
 #include <Uefi.h>
-\r
-#include <Library/DebugLib.h>\r
-#include <Library/UefiDriverEntryPoint.h>\r
-#include <Library/BaseLib.h>\r
+
+#include <Library/DebugLib.h>
+#include <Library/UefiDriverEntryPoint.h>
+#include <Library/BaseLib.h>
 #include <Library/PlatDriOverLib.h>
 
-STATIC
 EFI_STATUS
 EFIAPI
 GetDriver (
@@ -37,7 +36,6 @@ GetDriver (
   IN OUT EFI_HANDLE                                     * DriverImageHandle
   );
 
-STATIC
 EFI_STATUS
 EFIAPI
 GetDriverPath (
@@ -46,7 +44,6 @@ GetDriverPath (
   IN OUT EFI_DEVICE_PATH_PROTOCOL                       **DriverImagePath
   );
 
-STATIC
 EFI_STATUS
 EFIAPI
 DriverLoaded (