/*1* Copyright (C) 2010, Lars-Peter Clausen <[email protected]>2*3* This program is free software; you can redistribute it and/or modify it4* under the terms of the GNU General Public License as published by the5* Free Software Foundation; either version 2 of the License, or (at your6* option) any later version.7*8* You should have received a copy of the GNU General Public License along9* with this program; if not, write to the Free Software Foundation, Inc.,10* 675 Mass Ave, Cambridge, MA 02139, USA.11*12*/1314#ifndef __MIPS_JZ4740_IRQ_H__15#define __MIPS_JZ4740_IRQ_H__1617extern void jz4740_intc_suspend(void);18extern void jz4740_intc_resume(void);1920#endif212223