ec500af305
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>
10 lines
174 B
C
10 lines
174 B
C
#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 */
|