/* * Arm SCP/MCP Software * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Description: * Performance, Monitor, and Instrumentation HAL Interface. */ #ifndef MOD_UT_H #define MOD_UT_H #include #include #include #include /*! * \ingroup GroupModules * \defgroup GroupUt Performance and Instrumentation * module * \{ */ /*! * \defgroup GrouputTypes Types * \{ */ /*! * \} */ /*! * \} */ #endif /* MOD_UT_H */