1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 #ifndef XIL_IO_H /* prevent circular inclusions */
4 #define XIL_IO_H
5
6 /*
7 * This empty file is here because ps7_init_gpl.c exported by hw project
8 * has #include "xil_io.h" line.
9 */
10
11 #endif /* XIL_IO_H */
12