blob: d5dce06f74b8e30132b2d8aa88a5f50728306595 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Peter Zijlstrac5c38ef2014-09-06 15:43:02 +02002#ifndef __ASM_IRQ_WORK_H
3#define __ASM_IRQ_WORK_H
4
5static inline bool arch_irq_work_has_interrupt(void)
6{
7 return false;
8}
9
10#endif /* __ASM_IRQ_WORK_H */
11