1 /*
2  * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 
8 #ifndef _CC_PAL_PERF_PLAT_H__
9 #define _CC_PAL_PERF_PLAT_H__
10 
11 #include "stdlib.h"
12 #include "stdint.h"
13 
14 typedef unsigned int CCPalPerfData_t;
15 
16 #endif /*_CC_PAL_PERF_PLAT_H__*/
17