https://github.com/torvalds/linux
Raw File
Tip revision: ac68ebb4407003615964a5c13b121a4ef093fe8e authored by Olliver Schinagl on 06 February 2018, 10:19:02 UTC
of_reset_control_get_exclusive helper
Tip revision: ac68ebb
irq_work.h
#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