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  *     Performance, Monitor, and Instrumentation HAL Interface.
9  */
10 
11 #ifndef MOD_UT_H
12 #define MOD_UT_H
13 
14 #include <fwk_id.h>
15 #include <fwk_macros.h>
16 #include <fwk_module_idx.h>
17 
18 #include <stdint.h>
19 
20 /*!
21  * \ingroup GroupModules
22  * \defgroup GroupUt Performance and Instrumentation
23  *      module
24  * \{
25  */
26 
27 /*!
28  * \defgroup GrouputTypes Types
29  * \{
30  */
31 
32 /*!
33  * \}
34  */
35 
36 /*!
37  * \}
38  */
39 
40 #endif /* MOD_UT_H */
41