]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Include/Library/ArmSmcLib.h
ArmPkg/DebugPeCoffExtraActionLib: Checked the ImageContext->PdbPointer is not null
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / ArmSmcLib.h
CommitLineData
eac42a51 1/** @file\r
2*\r
3* Copyright (c) 2012, ARM Limited. All rights reserved.\r
4*\r
5* This program and the accompanying materials\r
6* are licensed and made available under the terms and conditions of the BSD License\r
7* which accompanies this distribution. The full text of the license may be found at\r
8* http://opensource.org/licenses/bsd-license.php\r
9*\r
10* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12*\r
13**/\r
14\r
15#ifndef __ARM_SMC_LIB__\r
16#define __ARM_SMC_LIB__\r
17\r
18VOID\r
19ArmCallSmc (\r
20 IN OUT UINTN *Rx\r
21 );\r
22\r
23VOID\r
24ArmCallSmcArg1 (\r
25 IN OUT UINTN *Rx,\r
26 IN OUT UINTN *Arg1\r
27 );\r
28\r
29VOID\r
30ArmCallSmcArg2 (\r
31 IN OUT UINTN *Rx,\r
32 IN OUT UINTN *Arg1,\r
33 IN OUT UINTN *Arg2\r
34 );\r
35\r
36VOID\r
37ArmCallSmcArg3 (\r
38 IN OUT UINTN *Rx,\r
39 IN OUT UINTN *Arg1,\r
40 IN OUT UINTN *Arg2,\r
41 IN OUT UINTN *Arg3\r
42 );\r
43\r
44#endif\r