]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/Library/OemMiscLib.h
ArmPkg: Fix ordering of return type and EFIAPI specifier in OemMiscLib
[mirror_edk2.git] / ArmPkg / Include / Library / OemMiscLib.h
index e70019d05f15effcc04fb33cabc69d4503a8b82e..ad0e77685dbe6fc252629e4c54e089572377a2a0 100644 (file)
@@ -71,8 +71,8 @@ typedef enum
 \r
   @return               CPU frequency in Hz\r
 **/\r
-EFIAPI\r
 UINTN\r
+EFIAPI\r
 OemGetCpuFreq (\r
   IN UINT8 ProcessorIndex\r
   );\r
@@ -87,8 +87,8 @@ OemGetCpuFreq (
 \r
   @return  TRUE on success, FALSE on failure.\r
 **/\r
-EFIAPI\r
 BOOLEAN\r
+EFIAPI\r
 OemGetProcessorInformation (\r
   IN UINTN ProcessorIndex,\r
   IN OUT PROCESSOR_STATUS_DATA *ProcessorStatus,\r
@@ -106,8 +106,8 @@ OemGetProcessorInformation (
 \r
   @return TRUE on success, FALSE on failure.\r
 **/\r
-EFIAPI\r
 BOOLEAN\r
+EFIAPI\r
 OemGetCacheInformation (\r
   IN UINT8   ProcessorIndex,\r
   IN UINT8   CacheLevel,\r
@@ -120,8 +120,8 @@ OemGetCacheInformation (
 \r
   @return The maximum number of sockets.\r
 **/\r
-EFIAPI\r
 UINT8\r
+EFIAPI\r
 OemGetProcessorMaxSockets (\r
   VOID\r
   );\r
@@ -132,8 +132,8 @@ OemGetProcessorMaxSockets (
 \r
   @retval EFI_SUCCESS The chassis type was fetched successfully.\r
 **/\r
-EFIAPI\r
 EFI_STATUS\r
+EFIAPI\r
 OemGetChassisType (\r
   OUT UINT8 *ChassisType\r
   );\r
@@ -144,8 +144,8 @@ OemGetChassisType (
 \r
   @return TRUE is the processor is present, FALSE otherwise.\r
 **/\r
-EFIAPI\r
 BOOLEAN\r
+EFIAPI\r
 OemIsSocketPresent (\r
   IN UINTN ProcessorIndex\r
   );\r
@@ -156,8 +156,8 @@ OemIsSocketPresent (
   @param TokenToUpdate The string to update.\r
   @param Offset        The field to get information about.\r
 **/\r
-EFIAPI\r
 VOID\r
+EFIAPI\r
 OemUpdateSmbiosInfo (\r
   IN EFI_HII_HANDLE    HiiHandle,\r
   IN EFI_STRING_ID     TokenToUpdate,\r