X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=modules%2Fcomm%2Fuart%2Fuart_private.h;fp=modules%2Fcomm%2Fuart%2Fuart_private.h;h=34a9453ca70f6d4b65c7635d0f1267372fdeb730;hp=f09e2a736c16ae5db2ba338687a1c1db4f4da276;hb=85d56c363e7e984ab9c5e96786d42de8f8310f20;hpb=d23a4fdeed4e90d004d407942b230c188d012465 diff --git a/modules/comm/uart/uart_private.h b/modules/comm/uart/uart_private.h index f09e2a7..34a9453 100644 --- a/modules/comm/uart/uart_private.h +++ b/modules/comm/uart/uart_private.h @@ -47,12 +47,6 @@ const struct regs uart_regs[UART_HW_NUM]; typedef void (event)(char); typedef void (event_9bits)(int); -/** The emission fifo of uart */ -extern struct cirbuf g_tx_fifo[UART_HW_NUM]; - -/** The reception fifo of uart */ -extern struct cirbuf g_rx_fifo[UART_HW_NUM]; - extern event *rx_event[UART_HW_NUM]; extern event *tx_event[UART_HW_NUM];