blob: c93acacf4ee8f870cf9992c6a2740973e4bee2aa [file] [log] [blame]
Bryan O'Donoghue2f20da32018-05-25 17:18:56 +01001/*
2 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __WARP7_PRIVATE_H__
8#define __WARP7_PRIVATE_H__
9
10/*******************************************************************************
11 * Function and variable prototypes
12 ******************************************************************************/
Bryan O'Donoghue4df2f172018-05-24 13:00:57 +010013void plat_warp7_io_setup(void);
Bryan O'Donoghue2f20da32018-05-25 17:18:56 +010014
15#endif /*__WARP7_PRIVATE_H__ */