Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
altera_uart.h
Go to the documentation of this file.
1
/*
2
* altera_uart.h -- Altera UART driver defines.
3
*/
4
5
#ifndef __ALTUART_H
6
#define __ALTUART_H
7
8
struct
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
unsigned
int
bus_shift
;
/* Bus shift (address stride) */
13
};
14
15
#endif
/* __ALTUART_H */
Generated on Thu Jan 10 2013 14:51:01 for Linux Kernel by
1.8.2