summaryrefslogtreecommitdiffstats
path: root/bsps/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-23 10:44:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-31 10:07:17 +0200
commit0c3d6f58f139122a69483aaf6b856c2037dc8351 (patch)
tree9b303f0127c1c8527feea22cbd3da116f9e37f30 /bsps/include
parentscore/src/pheap*: Remove unreferenced methods (diff)
downloadrtems-0c3d6f58f139122a69483aaf6b856c2037dc8351.tar.bz2
termios: Add <rtems/termiosdevice.h>
Add <rtems/termiosdevice.h> which does not depend on <rtems/libio.h> to provide rtems_termios_device_context and rtems_termios_device_handler. For polled serial device drivers, this removes a header file dependency to the full file system support.
Diffstat (limited to 'bsps/include')
-rw-r--r--bsps/include/dev/serial/zynq-uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/include/dev/serial/zynq-uart.h b/bsps/include/dev/serial/zynq-uart.h
index 245c6d2afc..e7854af5f1 100644
--- a/bsps/include/dev/serial/zynq-uart.h
+++ b/bsps/include/dev/serial/zynq-uart.h
@@ -34,7 +34,7 @@
#ifndef LIBBSP_ARM_XILINX_ZYNQ_UART_H
#define LIBBSP_ARM_XILINX_ZYNQ_UART_H
-#include <rtems/termiostypes.h>
+#include <rtems/termiosdevice.h>
#ifdef __cplusplus
extern "C" {