Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17431928194b36a0f88082df875e2e036da7fddf 14 lines 300 B view raw
1/* 2 * altera_uart.h -- Altera UART driver defines. 3 */ 4 5#ifndef __ALTUART_H 6#define __ALTUART_H 7 8struct altera_uart_platform_uart { 9 unsigned long mapbase; /* Physical address base */ 10 unsigned int irq; /* Interrupt vector */ 11 unsigned int uartclk; /* UART clock rate */ 12}; 13 14#endif /* __ALTUART_H */