/* * 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 #if defined(HAVE_PROCESSOR_CPU_H) # include #else # include #endif #endif /* __METAL_CPU__H__ */