Newer
Older
arm-trusted-firmware / plat / imx / imx7 / warp7 / warp7_private.h
@Bryan O'Donoghue Bryan O'Donoghue on 4 Sep 2018 451 bytes warp7: io_storage: Add initial stub warp7_io_storage.c
/*
 * 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
 ******************************************************************************/
void plat_warp7_io_setup(void);

#endif /*__WARP7_PRIVATE_H__ */