~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to include/linux/altera_jtaguart.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * altera_jtaguart.h -- Altera JTAG UART driver defines.
 
3
 */
 
4
 
 
5
#ifndef __ALTJUART_H
 
6
#define __ALTJUART_H
 
7
 
 
8
#define ALTERA_JTAGUART_MAJOR   204
 
9
#define ALTERA_JTAGUART_MINOR   186
 
10
 
 
11
struct altera_jtaguart_platform_uart {
 
12
        unsigned long mapbase;  /* Physical address base */
 
13
        unsigned int irq;       /* Interrupt vector */
 
14
};
 
15
 
 
16
#endif /* __ALTJUART_H */