Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213518
b: refs/heads/master
c: 5d89a48
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 33bfd49 commit 029246f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 288e9feb51f428377d486e18a107c144554e5e40
refs/heads/master: 5d89a48acfbaae02e7ecf97d4d8cc570a31964c5
4 changes: 4 additions & 0 deletions trunk/include/linux/altera_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
#ifndef __ALTUART_H
#define __ALTUART_H

#include <linux/init.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) */
};

int __init early_altera_uart_setup(struct altera_uart_platform_uart *platp);

#endif /* __ALTUART_H */

0 comments on commit 029246f

Please sign in to comment.