Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v4.17.
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <linux/linkage.h>
4
5struct pt_regs;
6
7asmlinkage void handle_badint(struct pt_regs *regs);