aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/sercomm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/core/sercomm.h b/include/osmocom/core/sercomm.h
index 05833907..cc1a833b 100644
--- a/include/osmocom/core/sercomm.h
+++ b/include/osmocom/core/sercomm.h
@@ -61,8 +61,6 @@ struct osmo_sercomm_inst {
#ifndef HOST_BUILD
#include <uart.h>
/* helper functions for target */
-void osmo_sercomm_bind_uart(struct osmo_sercomm_inst *sercomm, int uart);
-int osmo_sercomm_get_uart(struct osmo_sercomm_inst *sercomm);
void osmo_sercomm_change_speed(struct osmo_sercomm_inst *sercomm, enum uart_baudrate bdrt);
#endif