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
13extern unsigned int hlwd_pic_get_irq(void);
14void __init hlwd_pic_probe(void);
15extern void hlwd_quiesce(void);
16
17#endif
18