]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmMPCoreMailBoxLib/ArmMPCoreMailBox.c
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
[mirror_edk2.git] / ArmPkg / Library / ArmMPCoreMailBoxLib / ArmMPCoreMailBox.c
index 98a5b6c6061921cd1263e69324f1d14fa31c0198..28edd674c08b95250c94eb13b999d617093cce59 100644 (file)
 #include <Library/PcdLib.h>\r
 #include <Library/IoLib.h>\r
 \r
-VOID ArmClearMPCoreMailbox() {\r
-\s\sMmioWrite32(PcdGet32(PcdMPCoreMailboxClearAddress),PcdGet32(PcdMPCoreMailboxClearValue));\r
+VOID\r
+ArmClearMPCoreMailbox (\r
+  VOID\r
+  )\r
+{\r
+  MmioWrite32(PcdGet32(PcdMPCoreMailboxClearAddress),PcdGet32(PcdMPCoreMailboxClearValue));\r
 }\r
 \r
-UINTN ArmGetMPCoreMailbox() {\r
-    return MmioRead32(PcdGet32(PcdMPCoreMailboxGetAddress));\r
+UINTN\r
+ArmGetMPCoreMailbox (\r
+  VOID\r
+  )\r
+{\r
+  return MmioRead32(PcdGet32(PcdMPCoreMailboxGetAddress));\r
 }\r