#ifndef IRQ_BRIDGE_H_ #define IRQ_BRIDGE_H_ #if defined(__cplusplus) extern "C" { #endif void usart1_tx_dma_isr(); void usart1_rx_dma_isr(); void usart1_isr(); #if defined(__cplusplus) } #endif #endif // IRQ_BRIDGE_H_