1 /*
2  * linux/include/asm-arm/arch-sa1100/simputer.h
3  *
4  * Created 2001/07/11 by Vivek K S <ksvivek@picopeta.com>
5  * Modified from Nicolas Pitre's assabet.h
6  *
7  *
8  * This file contains the hardware specific definitions for simputer
9  * Only include this file from SA1100-specific files.
10  *
11  */
12 #ifndef __ASM_ARCH_SIMPUTER_H
13 #define __ASM_ARCH_SIMPUTER_H
14 
15 #define GPIO_UCB1300_IRQ	GPIO_GPIO (5)	/* UCB GPIO and touchscreen */
16 #define IRQ_GPIO_UCB1300_IRQ IRQ_GPIO5
17 
18 #endif
19