TianoCore EDK2 master
Loading...
Searching...
No Matches
ArmScmi.h
Go to the documentation of this file.
1
12#ifndef ARM_SCMI_H_
13#define ARM_SCMI_H_
14
15/* As per SCMI specification, maximum allowed ASCII string length
16 for various return values/parameters of a SCMI message.
17*/
18#define SCMI_MAX_STR_LEN 16
19
20#endif /* ARM_SCMI_H_ */