From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- include/linux/irqchip.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 include/linux/irqchip.h (limited to 'include/linux/irqchip.h') diff --git a/include/linux/irqchip.h b/include/linux/irqchip.h new file mode 100644 index 000000000..14d79131f --- /dev/null +++ b/include/linux/irqchip.h @@ -0,0 +1,20 @@ +/* + * Copyright (C) 2012 Thomas Petazzoni + * + * Thomas Petazzoni + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#ifndef _LINUX_IRQCHIP_H +#define _LINUX_IRQCHIP_H + +#ifdef CONFIG_IRQCHIP +void irqchip_init(void); +#else +static inline void irqchip_init(void) {} +#endif + +#endif -- cgit v1.2.3-54-g00ecf