root/include/asm-generic/irq_work.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. arch_irq_work_has_interrupt

#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 */


/* [<][>][^][v][top][bottom][index][help] */