Path: blob/master/arch/powerpc/platforms/embedded6xx/flipper-pic.h
10819 views
/*1* arch/powerpc/platforms/embedded6xx/flipper-pic.h2*3* Nintendo GameCube/Wii "Flipper" interrupt controller support.4* Copyright (C) 2004-2009 The GameCube Linux Team5* Copyright (C) 2007,2008,2009 Albert Herranz6*7* This program is free software; you can redistribute it and/or8* modify it under the terms of the GNU General Public License9* as published by the Free Software Foundation; either version 210* of the License, or (at your option) any later version.11*12*/1314#ifndef __FLIPPER_PIC_H15#define __FLIPPER_PIC_H1617unsigned int flipper_pic_get_irq(void);18void __init flipper_pic_probe(void);1920void flipper_quiesce(void);21void flipper_platform_reset(void);22int flipper_is_reset_button_pressed(void);2324#endif252627