Path: blob/master/arch/powerpc/platforms/cell/beat_interrupt.h
10818 views
/*1* Celleb/Beat Interrupt controller2*3* (C) Copyright 2006 TOSHIBA CORPORATION4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License as published by7* the Free Software Foundation; either version 2 of the License, or8* (at your option) any later version.9*10* This program is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13* GNU General Public License for more details.14*15* You should have received a copy of the GNU General Public License along16* with this program; if not, write to the Free Software Foundation, Inc.,17* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.18*/1920#ifndef ASM_BEAT_PIC_H21#define ASM_BEAT_PIC_H22#ifdef __KERNEL__2324extern void beatic_init_IRQ(void);25extern unsigned int beatic_get_irq(void);26extern void beatic_deinit_IRQ(void);2728#endif29#endif /* ASM_BEAT_PIC_H */303132