]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmSmcLibNull/Arm/ArmSmcNull.asm
ArmPkg/ArmSmcLib: Fixed SMC helper functions
[mirror_edk2.git] / ArmPkg / Library / ArmSmcLibNull / Arm / ArmSmcNull.asm
index 24c20752e3e35650201a397e48832615cd7e525a..3d3f5545542d897fca2f25905b7858c6f9bf931b 100644 (file)
@@ -1,5 +1,5 @@
 //\r
-//  Copyright (c) 2012-2013, ARM Limited. All rights reserved.\r
+//  Copyright (c) 2012-2014, ARM Limited. All rights reserved.\r
 //\r
 //  This program and the accompanying materials\r
 //  are licensed and made available under the terms and conditions of the BSD License\r
 //\r
 \r
     EXPORT ArmCallSmc\r
-    EXPORT ArmCallSmcArg1\r
-    EXPORT ArmCallSmcArg2\r
-    EXPORT ArmCallSmcArg3\r
 \r
     AREA   ArmSmc, CODE, READONLY\r
 \r
 ArmCallSmc\r
   bx     lr\r
 \r
-// Arg1 in R1\r
-ArmCallSmcArg1\r
-  bx     lr\r
-\r
-ArmCallSmcArg2\r
-  bx     lr\r
-\r
-ArmCallSmcArg3\r
-  bx     lr\r
-\r
   END\r