summaryrefslogtreecommitdiffstats
path: root/bsps/aarch64
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-06-12 07:45:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-06-12 07:45:12 +0200
commite58f25a924d9b02576d7a1e029d3716050e0b857 (patch)
tree2ba966845bd15895f7ecbbf90231cdd4df79a2a6 /bsps/aarch64
parenttestsuites/flashdev01: Use correct page_size type (diff)
downloadrtems-e58f25a924d9b02576d7a1e029d3716050e0b857.tar.bz2
xilinx-zynqmp: Include <rtems/termiostypes.h>
Include <rtems/termiostypes.h> for the Termios device driver support.
Diffstat (limited to 'bsps/aarch64')
-rw-r--r--bsps/aarch64/xilinx-zynqmp/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/aarch64/xilinx-zynqmp/console/console.c b/bsps/aarch64/xilinx-zynqmp/console/console.c
index e0ca14069c..5fa8e5c93d 100644
--- a/bsps/aarch64/xilinx-zynqmp/console/console.c
+++ b/bsps/aarch64/xilinx-zynqmp/console/console.c
@@ -38,7 +38,7 @@
#include <rtems/bspIo.h>
#include <rtems/endian.h>
#include <rtems/sysinit.h>
-#include <rtems/libio.h> /* for rtems_termios_initialize */
+#include <rtems/termiostypes.h>
#include <bsp/aarch64-mmu.h>
#include <bsp/fdt.h>