Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6] / drivers / staging / meilhaus / me0600_ext_irq_reg.h
1 /**
2  * @file me0600_ext_irq_reg.h
3  *
4  * @brief ME-630 external interrupt register definitions.
5  * @note Copyright (C) 2007 Meilhaus Electronic GmbH (support@meilhaus.de)
6  * @author Guenter Gebhardt
7  */
8
9 #ifndef _ME0600_EXT_IRQ_REG_H_
10 #define _ME0600_EXT_IRQ_REG_H_
11
12 #ifdef __KERNEL__
13
14 #define ME0600_INT_0_RESET_REG     0x0005
15 #define ME0600_INT_1_RESET_REG     0x0006
16
17 #endif
18 #endif