blob: bc25ec8381c28bbd999f9764cb626a3ee37c7999 [file] [log] [blame]
Tushar Khandelwal59f673a2024-05-08 14:42:10 +01001/*
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 */
10unsigned int mecid_max(void);
11bool mec_assign(unsigned int mecid);
12bool mec_unassign(unsigned int mecid);
13
14#endif