aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--product/n1sdp/include/n1sdp_mcp_mhu.h16
-rw-r--r--product/n1sdp/include/n1sdp_mcp_scmi.h17
2 files changed, 33 insertions, 0 deletions
diff --git a/product/n1sdp/include/n1sdp_mcp_mhu.h b/product/n1sdp/include/n1sdp_mcp_mhu.h
new file mode 100644
index 00000000..22b39980
--- /dev/null
+++ b/product/n1sdp/include/n1sdp_mcp_mhu.h
@@ -0,0 +1,16 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef N1SDP_MCP_MHU_H
+#define N1SDP_MCP_MHU_H
+
+enum mcp_n1sdp_mhu_device_idx {
+ N1SDP_MHU_DEVICE_IDX_S_SCP,
+ N1SDP_MHU_DEVICE_IDX_COUNT,
+};
+
+#endif /* N1SDP_MCP_MHU_H */
diff --git a/product/n1sdp/include/n1sdp_mcp_scmi.h b/product/n1sdp/include/n1sdp_mcp_scmi.h
new file mode 100644
index 00000000..3e38bef8
--- /dev/null
+++ b/product/n1sdp/include/n1sdp_mcp_scmi.h
@@ -0,0 +1,17 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef N1SDP_MCP_SCMI_H
+#define N1SDP_MCP_SCMI_H
+
+/* SCMI agent identifiers */
+enum mcp_n1sdp_scmi_agent_idx {
+ MCP_N1SDP_SCMI_AGENT_IDX_MANAGEMENT,
+ MCP_N1SDP_SCMI_AGENT_IDX_COUNT,
+};
+
+#endif /* N1SDP_MCP_SCMI_H */