]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/AArch64/ProcessorBind.h
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / C / Include / AArch64 / ProcessorBind.h
index 4d184c4c41f0f1f950f6bc3600694a592e1fa5e5..e7e9d83198a6aefd2c01a713af1520ccf4b87450 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Processor or Compiler specific defines and types for AArch64.\r
 \r
-  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
   Portions copyright (c) 2013, ARM Ltd. All rights reserved.<BR>\r
 \r
@@ -32,7 +32,7 @@
 \r
 #if _MSC_EXTENSIONS\r
   //\r
-  // use Microsoft* C complier dependent integer width types \r
+  // use Microsoft* C complier dependent integer width types\r
   //\r
   typedef unsigned __int64    UINT64;\r
   typedef __int64             INT64;\r
@@ -124,21 +124,21 @@ typedef INT64   INTN;
 \r
     #define GCC_ASM_EXPORT(func__)  \\r
              .global  _CONCATENATE (__USER_LABEL_PREFIX__, func__)    ;\\r
-             .type ASM_PFX(func__), %function  \r
+             .type ASM_PFX(func__), %function\r
 \r
     #define GCC_ASM_IMPORT(func__)  \\r
              .extern  _CONCATENATE (__USER_LABEL_PREFIX__, func__)\r
-             \r
+\r
   #else\r
     //\r
-    // .type not supported by Apple Xcode tools \r
+    // .type not supported by Apple Xcode tools\r
     //\r
-    #define INTERWORK_FUNC(func__)  \r
+    #define INTERWORK_FUNC(func__)\r
 \r
     #define GCC_ASM_EXPORT(func__)  \\r
              .globl  _CONCATENATE (__USER_LABEL_PREFIX__, func__)    \\r
-  \r
-    #define GCC_ASM_IMPORT(name)  \r
+\r
+    #define GCC_ASM_IMPORT(name)\r
 \r
   #endif\r
 #endif\r