summaryrefslogtreecommitdiffstats
path: root/cpukit/include/dev/serial/sc16is752.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/dev/serial/sc16is752.h')
-rw-r--r--cpukit/include/dev/serial/sc16is752.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/include/dev/serial/sc16is752.h b/cpukit/include/dev/serial/sc16is752.h
index ea8ba7056b..ff9f4b02e7 100644
--- a/cpukit/include/dev/serial/sc16is752.h
+++ b/cpukit/include/dev/serial/sc16is752.h
@@ -280,6 +280,11 @@ rtems_status_code sc16is752_spi_create(
#define SC16IS752_SET_IOSTATE _IOW('d', 3, uint8_t)
/**
+ * @brief Set the EFCR register.
+ */
+#define SC16IS752_SET_EFCR _IOW('d', 4, uint8_t)
+
+/**
* @brief Returns non-zero in case the sleep mode is enabled, otherwise zero.
*/
#define SC16IS752_GET_SLEEP_MODE _IOR('d', 0, int)
@@ -300,6 +305,11 @@ rtems_status_code sc16is752_spi_create(
#define SC16IS752_GET_IOSTATE _IOR('d', 3, uint8_t)
/**
+ * @brief Read the EFCR register.
+ */
+#define SC16IS752_GET_EFCR _IOR('d', 4, uint8_t)
+
+/**
* @brief Bits for the IOCONTROL register.
* @{
*/