1 /*
2  * Copyright (c) 2025 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_MODEM_BACKEND_UART_TTY_BOTTOM_
8 #define ZEPHYR_MODEM_BACKEND_UART_TTY_BOTTOM_
9 
10 int modem_backend_tty_poll_bottom(int fd);
11 int modem_backend_tty_open_bottom(const char *tty_path);
12 
13 #endif /* ZEPHYR_MODEM_BACKEND_UART_TTY_BOTTOM_ */
14