Revision 2585cf9dfaaddf00b069673f27bb3f8530e2039c authored by Linus Torvalds on 12 December 2021, 22:53:01 UTC, committed by Linus Torvalds on 12 December 2021, 22:53:01 UTC
1 parent 90d9fbc
Raw File
irq_work.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_IRQ_WORK_H
#define __ASM_IRQ_WORK_H

static inline bool arch_irq_work_has_interrupt(void)
{
	return false;
}

#endif /* __ASM_IRQ_WORK_H */

back to top