15 lines
343 B
C
15 lines
343 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de>
|
|
*/
|
|
|
|
#ifndef __LINUX_IRQCHIP_INGENIC_H__
|
|
#define __LINUX_IRQCHIP_INGENIC_H__
|
|
|
|
#include <linux/irq.h>
|
|
|
|
extern void ingenic_intc_irq_suspend(struct irq_data *data);
|
|
extern void ingenic_intc_irq_resume(struct irq_data *data);
|
|
|
|
#endif
|