diff options
author | Aurelien Jacquiot <a-jacquiot@ti.com> | 2011-10-04 19:06:27 +0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2011-10-07 03:47:54 +0400 |
commit | ec500af3059b474df35418c41c684c1cde830c81 (patch) | |
tree | fca5ee52137efe4fc9d9c07ddce4f4e4ea52ba16 /arch/c6x/include/asm/megamod-pic.h | |
parent | 546a39546c64ad7e73796c5508ef5487af42cae2 (diff) | |
download | linux-ec500af3059b474df35418c41c684c1cde830c81.tar.xz |
C6X: interrupt handling
Original port to early 2.6 kernel using TI COFF toolchain.
Brought up to date by Mark Salter <msalter@redhat.com>
Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/c6x/include/asm/megamod-pic.h')
-rw-r--r-- | arch/c6x/include/asm/megamod-pic.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/megamod-pic.h b/arch/c6x/include/asm/megamod-pic.h new file mode 100644 index 000000000000..eca0a8678034 --- /dev/null +++ b/arch/c6x/include/asm/megamod-pic.h @@ -0,0 +1,9 @@ +#ifndef _C6X_MEGAMOD_PIC_H +#define _C6X_MEGAMOD_PIC_H + +#ifdef __KERNEL__ + +extern void __init megamod_pic_init(void); + +#endif /* __KERNEL__ */ +#endif /* _C6X_MEGAMOD_PIC_H */ |