blob: cb6d90015d50132a017225b8b6ece4ce05f0d7cb [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef WARP7_PRIVATE_H
8#define WARP7_PRIVATE_H
Bryan O'Donoghue2f20da32018-05-25 17:18:56 +01009
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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000015#endif /* WARP7_PRIVATE_H */