aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hott/comms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hott/comms.h')
-rw-r--r--src/drivers/hott/comms.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/hott/comms.h b/src/drivers/hott/comms.h
index a1173631d..4954a309e 100644
--- a/src/drivers/hott/comms.h
+++ b/src/drivers/hott/comms.h
@@ -41,9 +41,7 @@
#ifndef COMMS_H_
#define COMMS_H
-#include <termios.h>
-
-int open_uart(const char *device, struct termios *uart_config_original);
+int open_uart(const char *device);
#endif /* COMMS_H_ */