JustOS/linux-6.13/arch/m68k/68000/ints.h

8 lines
148 B
C
Raw Normal View History

2025-01-24 14:00:19 +00:00
/* SPDX-License-Identifier: GPL-2.0-only */
#include <linux/linkage.h>
struct pt_regs;
asmlinkage void process_int(int vec, struct pt_regs *fp);