Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / powerpc / platforms / embedded6xx / hlwd-pic.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * arch/powerpc/platforms/embedded6xx/hlwd-pic.h
4  *
5  * Nintendo Wii "Hollywood" interrupt controller support.
6  * Copyright (C) 2009 The GameCube Linux Team
7  * Copyright (C) 2009 Albert Herranz
8  */
9
10 #ifndef __HLWD_PIC_H
11 #define __HLWD_PIC_H
12
13 extern unsigned int hlwd_pic_get_irq(void);
14 extern void hlwd_pic_probe(void);
15 extern void hlwd_quiesce(void);
16
17 #endif