warp7_private.h 451 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __WARP7_PRIVATE_H__
#define __WARP7_PRIVATE_H__

/*******************************************************************************
 * Function and variable prototypes
 ******************************************************************************/
13
void plat_warp7_io_setup(void);
14
15

#endif /*__WARP7_PRIVATE_H__ */