Tushar Khandelwal | 59f673a | 2024-05-08 14:42:10 +0100 | [diff] [blame^] | 1 | /* |
2 | * SPDX-License-Identifier: BSD-3-Clause | ||||
3 | * SPDX-FileCopyrightText: Copyright TF-RMM Contributors. | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef MEC_H | ||||
7 | #define MEC_H | ||||
8 | |||||
9 | /* MECID helper functions */ | ||||
10 | unsigned int mecid_max(void); | ||||
11 | bool mec_assign(unsigned int mecid); | ||||
12 | bool mec_unassign(unsigned int mecid); | ||||
13 | |||||
14 | #endif |