xil_io.h 256 B

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