1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2015-2021, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * Description:
8  *     MHU module device indexes.
9  */
10 
11 #ifndef SGM775_MHU_H
12 #define SGM775_MHU_H
13 
14 enum sgm775_mhu_device_idx {
15     SGM775_MHU_DEVICE_IDX_S,
16     SGM775_MHU_DEVICE_IDX_NS_H,
17     SGM775_MHU_DEVICE_IDX_NS_L,
18     SGM775_MHU_DEVICE_IDX_COUNT
19 };
20 
21 #endif /* SGM775_MHU_H */
22