]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmSmcLibNull/Arm/ArmSmcNull.S
CryptoPkg/OpensslLib: Switch to upstream fix for OpenSSL RT#3674
[mirror_edk2.git] / ArmPkg / Library / ArmSmcLibNull / Arm / ArmSmcNull.S
CommitLineData
166c01fb 1//\r
b4e53e38 2// Copyright (c) 2012-2014, ARM Limited. All rights reserved.\r
166c01fb 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
166c01fb 18\r
19ASM_PFX(ArmCallSmc):\r
20 bx lr\r