Files
checker_m4/source/OpenAMP/libmetal/lib/cpu.h
2023-06-21 18:00:56 +08:00

18 lines
324 B
C

/*
* Copyright (c) 2015, Xilinx Inc. and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/*
* @file cpu.h
* @brief CPU primitives for libmetal.
*/
#ifndef __METAL_CPU__H__
#define __METAL_CPU__H__
# include <metal/processor/@PROJECT_PROCESSOR@/cpu.h>
#endif /* __METAL_CPU__H__ */