blob: 31c0a7148ee86b3de4b4a72bc4995f202984d8c5 [file] [log] [blame]
/*
* Copyright (c) 2023 Trackunit Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/modem/backend/uart.h>
#ifndef ZEPHYR_MODEM_BACKEND_UART_ISR_
#define ZEPHYR_MODEM_BACKEND_UART_ISR_
#ifdef __cplusplus
extern "C" {
#endif
void modem_backend_uart_isr_init(struct modem_backend_uart *backend,
const struct modem_backend_uart_config *config);
#ifdef __cplusplus
}
#endif
#endif /* ZEPHYR_MODEM_BACKEND_UART_ISR_ */