Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * altera_jtaguart.h -- Altera JTAG UART driver defines.
0004  */
0005 
0006 #ifndef __ALTJUART_H
0007 #define __ALTJUART_H
0008 
0009 #define ALTERA_JTAGUART_MAJOR   204
0010 #define ALTERA_JTAGUART_MINOR   186
0011 
0012 struct altera_jtaguart_platform_uart {
0013     unsigned long mapbase;  /* Physical address base */
0014     unsigned int irq;   /* Interrupt vector */
0015 };
0016 
0017 #endif /* __ALTJUART_H */