Fix duplicate atomic_t typedef conflicting with types.h
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _LINUX_IRQHANDLER_H
|
||||
#define _LINUX_IRQHANDLER_H
|
||||
|
||||
/*
|
||||
* Interrupt flow handler typedefs are defined here to avoid circular
|
||||
* include dependencies.
|
||||
*/
|
||||
|
||||
struct irq_desc;
|
||||
|
||||
typedef void (*irq_flow_handler_t)(struct irq_desc *desc);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user