Newer
Older
arm-trusted-firmware / plat / imx / imx7 / warp7 / warp7_private.h
@Antonio Nino Diaz Antonio Nino Diaz on 8 Nov 2018 440 bytes Standardise header guards across codebase
/*
 * 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 */