/* SPDX-License-Identifier: GPL-2.0 */
|
#ifndef _DOVETAIL_IRQ_H
|
#define _DOVETAIL_IRQ_H
|
|
/* Placeholders for pre- and post-IRQ handling. */
|
|
static inline void irq_enter_pipeline(void) { }
|
|
static inline void irq_exit_pipeline(void) { }
|
|
#endif /* !_DOVETAIL_IRQ_H */
|