Back to home page

OSCL-LXR

 
 

    


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