cregit-Linux how code gets into the kernel

Release 4.14 include/linux/altera_jtaguart.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * altera_jtaguart.h -- Altera JTAG UART driver defines.
 */

#ifndef	__ALTJUART_H

#define	__ALTJUART_H


#define ALTERA_JTAGUART_MAJOR	204

#define ALTERA_JTAGUART_MINOR	186


struct altera_jtaguart_platform_uart {
	
unsigned long mapbase;	/* Physical address base */
	
unsigned int irq;	/* Interrupt vector */
};

#endif /* __ALTJUART_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Tobias Klauser3397.06%150.00%
Greg Kroah-Hartman12.94%150.00%
Total34100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.