]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL entries
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPort.c
index 76c77b6a25d1bbe3245dc32048bb3d4e918b831d..2616299df7d48c21a71a608dbb93cf61828b15c2 100644 (file)
@@ -37,8 +37,8 @@ DEBUGPORT_DEVICE mDebugPortDevice = {
   (EFI_DEVICE_PATH_PROTOCOL *) NULL,\r
   {\r
     DebugPortReset,\r
   (EFI_DEVICE_PATH_PROTOCOL *) NULL,\r
   {\r
     DebugPortReset,\r
-    DebugPortRead,\r
     DebugPortWrite,\r
     DebugPortWrite,\r
+    DebugPortRead,\r
     DebugPortPoll\r
   },\r
   (EFI_HANDLE) 0,\r
     DebugPortPoll\r
   },\r
   (EFI_HANDLE) 0,\r