blob: e933f7b5fb50dd853643b8b845321bac68b3ac55 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Masahiro Yamadaf05862d2014-05-08 17:13:56 +09002
3#ifndef XIL_IO_H /* prevent circular inclusions */
4#define XIL_IO_H
5
6/*
Soren Brinkmann290f1f92014-10-30 10:52:43 -07007 * This empty file is here because ps7_init_gpl.c exported by hw project
Masahiro Yamadaf05862d2014-05-08 17:13:56 +09008 * has #include "xil_io.h" line.
9 */
10
11#endif /* XIL_IO_H */