]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmSmcLibNull/AArch64/ArmSmcNull.S
ArmPkg/ArmSmcLib: Fixed SMC helper functions
[mirror_edk2.git] / ArmPkg / Library / ArmSmcLibNull / AArch64 / ArmSmcNull.S
CommitLineData
25402f5d 1//\r
b4e53e38 2// Copyright (c) 2012-2014, ARM Limited. All rights reserved.\r
25402f5d
HL
3//\r
4// This program and the accompanying materials\r
5// are licensed and made available under the terms and conditions of the BSD License\r
6// which accompanies this distribution. The full text of the license may be found at\r
7// http://opensource.org/licenses/bsd-license.php\r
8//\r
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11//\r
12//\r
13\r
14.text\r
15.align 3\r
16\r
17GCC_ASM_EXPORT(ArmCallSmc)\r
25402f5d
HL
18\r
19ASM_PFX(ArmCallSmc):\r
20 ret\r