]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Include/Protocol/ArmScmi.h
ArmPkg/Include: Fix the SPM version SVC ID
[mirror_edk2.git] / ArmPkg / Include / Protocol / ArmScmi.h
CommitLineData
4f2494cf
GP
1/** @file\r
2\r
3 Copyright (c) 2017-2018, 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 System Control and Management Interface V1.0\r
14 http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/\r
15 DEN0056A_System_Control_and_Management_Interface.pdf\r
16**/\r
17\r
18#ifndef ARM_SCMI_H_\r
19#define ARM_SCMI_H_\r
20\r
21/* As per SCMI specification, maximum allowed ASCII string length\r
22 for various return values/parameters of a SCMI message.\r
23*/\r
24#define SCMI_MAX_STR_LEN 16\r
25\r
26#endif /* ARM_SCMI_H_ */\r
27\r