altera_jtaguart.h 340 B

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