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

7
8
#ifndef WARP7_PRIVATE_H
#define WARP7_PRIVATE_H
9
10
11
12

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

15
#endif /* WARP7_PRIVATE_H */