aboutsummaryrefslogtreecommitdiff
path: root/product/sgi575
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2018-07-20 15:22:33 +0530
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-10-18 17:22:34 +0000
commit00ffdfc29d1755e8ade334d04a5e77de17c35c2e (patch)
treed82a7ba5c75256b8f6586109f63dd218e9424135 /product/sgi575
parente7ce3de842048255426cbf8847a8a86ab0e3d22b (diff)
sgi575: Add MHU definitions for SCP
Change-Id: If4cbc1e91bec2328dcbd5a261ea656ca646ead65 Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
Diffstat (limited to 'product/sgi575')
-rw-r--r--product/sgi575/include/scp_sgi575_mhu.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/product/sgi575/include/scp_sgi575_mhu.h b/product/sgi575/include/scp_sgi575_mhu.h
new file mode 100644
index 00000000..dd48684e
--- /dev/null
+++ b/product/sgi575/include/scp_sgi575_mhu.h
@@ -0,0 +1,20 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ * Description:
+ * MHU module device indexes.
+ */
+
+#ifndef SCP_SGI575_MHU_H
+#define SCP_SGI575_MHU_H
+
+enum scp_sgi575_mhu_device_idx {
+ SCP_SGI575_MHU_DEVICE_IDX_SCP_AP_S,
+ SCP_SGI575_MHU_DEVICE_IDX_SCP_AP_NS,
+ SCP_SGI575_MHU_DEVICE_IDX_COUNT
+};
+
+#endif /* SCP_SGI575_MHU_H */