xil_io.h 263 B

12345678910111213
  1. /*
  2. * SPDX-License-Identifier: GPL-2.0+
  3. */
  4. #ifndef XIL_IO_H /* prevent circular inclusions */
  5. #define XIL_IO_H
  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. #endif /* XIL_IO_H */