]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmSmcLibNull/Arm/ArmSmcNull.asm
ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkg
[mirror_edk2.git] / ArmPkg / Library / ArmSmcLibNull / Arm / ArmSmcNull.asm
CommitLineData
166c01fb 1//\r
2// Copyright (c) 2012-2013, ARM Limited. All rights reserved.\r
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 EXPORT ArmCallSmc\r
15 EXPORT ArmCallSmcArg1\r
16 EXPORT ArmCallSmcArg2\r
17 EXPORT ArmCallSmcArg3\r
18\r
19 AREA ArmSmc, CODE, READONLY\r
20\r
21ArmCallSmc\r
22 bx lr\r
23\r
24// Arg1 in R1\r
25ArmCallSmcArg1\r
26 bx lr\r
27\r
28ArmCallSmcArg2\r
29 bx lr\r
30\r
31ArmCallSmcArg3\r
32 bx lr\r
33\r
34 END\r