gem5
v21.0.0.0
|
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
class | SCMI::Protocol |
class | SCMI::BaseProtocol |
This protocol describes the properties of the implementation and provides generic error management. More... | |
Namespaces | |
SCMI | |
Enumerations | |
enum | SCMI::StatusCode { SCMI::SUCCESS = 0, SCMI::NOT_SUPPORTED = -1, SCMI::INVALID_PARAMETERS = -2, SCMI::DENIED = -3, SCMI::NOT_FOUND = -4, SCMI::OUT_OF_RANGE = -5, SCMI::BUSY = -6, SCMI::COMMS_ERROR = -7, SCMI::GENERIC_ERROR = -8, SCMI::HARDWARE_ERROR = -9, SCMI::PROTOCOL_ERROR = -10 } |