Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Xtensa built-in interrupt controller
0003  *
0004  * Copyright (C) 2002 - 2013 Tensilica, Inc.
0005  * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar
0006  *
0007  * This file is subject to the terms and conditions of the GNU General Public
0008  * License.  See the file "COPYING" in the main directory of this archive
0009  * for more details.
0010  */
0011 
0012 #ifndef __LINUX_IRQCHIP_XTENSA_PIC_H
0013 #define __LINUX_IRQCHIP_XTENSA_PIC_H
0014 
0015 struct device_node;
0016 int xtensa_pic_init_legacy(struct device_node *interrupt_parent);
0017 
0018 #endif /* __LINUX_IRQCHIP_XTENSA_PIC_H */