1 /* $Id: imxuartvar.h,v 1.2 2008/04/27 18:58:44 matt Exp $ */
3 * driver include for Freescale i.MX31 and i.MX31L UARTs
6 typedef struct imxuart_softc
{
9 bus_space_handle_t sc_bh
;
11 uint32_t sc_intrspec_enb
;
32 int imxuart_init(imxuart_softc_t
*, uint
);
33 int imxuart_test(void);