GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / s390 / include / asm / airq.h
blob1ac80d6b05887815f0fceec4ed6e428c11849d99
1 /*
2 * include/asm-s390/airq.h
4 * Copyright IBM Corp. 2002,2007
5 * Author(s): Ingo Adlung <adlung@de.ibm.com>
6 * Cornelia Huck <cornelia.huck@de.ibm.com>
7 * Arnd Bergmann <arndb@de.ibm.com>
8 * Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
9 */
11 #ifndef _ASM_S390_AIRQ_H
12 #define _ASM_S390_AIRQ_H
14 typedef void (*adapter_int_handler_t)(void *, void *);
16 void *s390_register_adapter_interrupt(adapter_int_handler_t, void *, u8);
17 void s390_unregister_adapter_interrupt(void *, u8);
19 #endif /* _ASM_S390_AIRQ_H */