blob: 6bac8ecc73b0bc1bb66c96e9cc72319237ac2562 [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
*/
#ifndef MEC_H
#define MEC_H
/* MECID helper functions */
unsigned int mecid_max(void);
bool mec_assign(unsigned int mecid);
bool mec_unassign(unsigned int mecid);
bool mecid_is_private(unsigned int mecid);
#endif