
Support for the Stretch S6000 Xtensa core variant. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
9 lines
217 B
C
9 lines
217 B
C
#ifndef __XTENSA_S6000_IRQ_H
|
|
#define __XTENSA_S6000_IRQ_H
|
|
|
|
#define NO_IRQ (-1)
|
|
|
|
extern void variant_irq_enable(unsigned int irq);
|
|
extern void variant_irq_disable(unsigned int irq);
|
|
|
|
#endif /* __XTENSA_S6000_IRQ_H */
|