repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
18 lines
410 B
C
18 lines
410 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* arch/powerpc/platforms/embedded6xx/hlwd-pic.h
|
|
*
|
|
* Nintendo Wii "Hollywood" interrupt controller support.
|
|
* Copyright (C) 2009 The GameCube Linux Team
|
|
* Copyright (C) 2009 Albert Herranz
|
|
*/
|
|
|
|
#ifndef __HLWD_PIC_H
|
|
#define __HLWD_PIC_H
|
|
|
|
extern unsigned int hlwd_pic_get_irq(void);
|
|
extern void hlwd_pic_probe(void);
|
|
extern void hlwd_quiesce(void);
|
|
|
|
#endif
|