summaryrefslogtreecommitdiffstats
path: root/include/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/os.h')
-rw-r--r--include/os.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/os.h b/include/os.h
index 3ea6d2ddee..d5df22f77c 100644
--- a/include/os.h
+++ b/include/os.h
@@ -71,3 +71,8 @@ int os_close(int fd);
* @param exit_code exit code for U-Boot
*/
void os_exit(int exit_code);
+
+/**
+ * Put tty into raw mode to mimic serial console better
+ */
+void os_tty_raw(int fd);
OpenPOWER on IntegriCloud