diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/altera_uart.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/altera_uart.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/include/linux/altera_uart.h b/ANDROID_3.4.5/include/linux/altera_uart.h deleted file mode 100644 index c022c82d..00000000 --- a/ANDROID_3.4.5/include/linux/altera_uart.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * altera_uart.h -- Altera UART driver defines. - */ - -#ifndef __ALTUART_H -#define __ALTUART_H - -struct altera_uart_platform_uart { - unsigned long mapbase; /* Physical address base */ - unsigned int irq; /* Interrupt vector */ - unsigned int uartclk; /* UART clock rate */ - unsigned int bus_shift; /* Bus shift (address stride) */ -}; - -#endif /* __ALTUART_H */ |