1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2022, 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 SCP_MHU3_H
12 #define SCP_MHU3_H
13 
14 enum fremont_mhu_devices {
15     MHU3_DEVICE_IDX_SCP_LCP,
16     MHU3_DEVICE_IDX_COUNT,
17 };
18 
19 #endif /* SCP_MHU3_H */
20