mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 05:14:38 +00:00 
			
		
		
		
	 35189fad3c
			
		
	
	
		35189fad3c
		
	
	
	
	
		
			
			Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __EXCITE_IODEV_H__
 | |
| #define __EXCITE_IODEV_H__
 | |
| 
 | |
| /* Device name */
 | |
| #define IODEV_NAME		"iodev"
 | |
| 
 | |
| /* Resource names */
 | |
| #define IODEV_RESOURCE_IRQ	"excite_iodev_irq"
 | |
| 
 | |
| #endif /* __EXCITE_IODEV_H__ */
 |