/* * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CC_PAL_PERF_PLAT_H__ #define _CC_PAL_PERF_PLAT_H__ #include "stdlib.h" #include "stdint.h" typedef unsigned int CCPalPerfData_t; #endif /*_CC_PAL_PERF_PLAT_H__*/