summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/api/mraa/uart.h
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2016-07-15 20:44:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-15 20:44:53 +0000
commit9d97430478e42f35a5e00e00766c0c8279cf03dc (patch)
tree4464a7ea06d1f2d81ddaa4015ad17788bc6a76ef /peripheral/libmraa/api/mraa/uart.h
parent94b0add192f544ef43d3a9b1c3e7f223dd8f35fd (diff)
parent2038aa86daa4ec99b3f199e670a95400a82eb2e0 (diff)
downloadintel-9d97430478e42f35a5e00e00766c0c8279cf03dc.tar.gz
Merge \"Revert \"libmraa: sync with upstream (SHA1: d336e9f)\"\"
am: 2038aa86da Change-Id: I712f2d819b81372dba7e8abf0fd3054666f4e3e5
Diffstat (limited to 'peripheral/libmraa/api/mraa/uart.h')
-rw-r--r--peripheral/libmraa/api/mraa/uart.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/peripheral/libmraa/api/mraa/uart.h b/peripheral/libmraa/api/mraa/uart.h
index c6f5a7a..3ca196f 100644
--- a/peripheral/libmraa/api/mraa/uart.h
+++ b/peripheral/libmraa/api/mraa/uart.h
@@ -119,15 +119,6 @@ mraa_result_t mraa_uart_set_flowcontrol(mraa_uart_context dev, mraa_boolean_t xo
mraa_result_t mraa_uart_set_timeout(mraa_uart_context dev, int read, int write, int interchar);
/**
- * Set the blocking state for write operations
- *
- * @param dev The UART context
- * @param nonblock new nonblocking state
- * @return Result of operation
- */
-mraa_result_t mraa_uart_set_non_blocking(mraa_uart_context dev, mraa_boolean_t nonblock);
-
-/**
* Get Char pointer with tty device path within Linux
* For example. Could point to "/dev/ttyS0"
*