/****************************************************************************** * * Copyright (C) 2017 Xilinx, Inc. All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __PLATFORM_H_ #define __PLATFORM_H_ void init_platform(); void cleanup_platform(); #endif