]> begriffs open source - cmsis/blob - CMSIS/Core/Include/pmu_armv8.h
CMSIS Driver: minor update in the documentation
[cmsis] / CMSIS / Core / Include / pmu_armv8.h
1 /******************************************************************************
2  * @file     pmu_armv8.h
3  * @brief    CMSIS PMU API for Armv8.1-M PMU
4  * @version  V1.0.0
5  * @date     20. February 2020
6  ******************************************************************************/
7 /*
8  * Copyright (c) 2017-2020 Arm Limited. All rights reserved.
9  *
10  * SPDX-License-Identifier: Apache-2.0
11  *
12  * Licensed under the Apache License, Version 2.0 (the License); you may
13  * not use this file except in compliance with the License.
14  * You may obtain a copy of the License at
15  *
16  * www.apache.org/licenses/LICENSE-2.0
17  *
18  * Unless required by applicable law or agreed to in writing, software
19  * distributed under the License is distributed on an AS IS BASIS, WITHOUT
20  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  * See the License for the specific language governing permissions and
22  * limitations under the License.
23  */
24
25 #if   defined ( __ICCARM__ )
26   #pragma system_include         /* treat file as system include file for MISRA check */
27 #elif defined (__clang__)
28   #pragma clang system_header    /* treat file as system include file */
29 #endif
30
31 #ifndef ARM_PMU_ARMV8_H
32 #define ARM_PMU_ARMV8_H
33
34
35 #endif /* ARM_PMU_ARMV8_H */
36