xilinx-zynqmp: Include <rtems/termiostypes.h>

Include <rtems/termiostypes.h> for the Termios device driver support.
This commit is contained in:
Sebastian Huber
2023-06-12 07:45:12 +02:00
parent ea27adaa0d
commit e58f25a924
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/endian.h> #include <rtems/endian.h>
#include <rtems/sysinit.h> #include <rtems/sysinit.h>
#include <rtems/libio.h> /* for rtems_termios_initialize */ #include <rtems/termiostypes.h>
#include <bsp/aarch64-mmu.h> #include <bsp/aarch64-mmu.h>
#include <bsp/fdt.h> #include <bsp/fdt.h>

View File

@@ -33,7 +33,7 @@
#include <rtems/console.h> #include <rtems/console.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/sysinit.h> #include <rtems/sysinit.h>
#include <rtems/libio.h> /* for rtems_termios_initialize */ #include <rtems/termiostypes.h>
#include <bsp/irq.h> #include <bsp/irq.h>
#include <dev/serial/zynq-uart.h> #include <dev/serial/zynq-uart.h>