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 v6.2.
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <linux/linkage.h>
4
5struct pt_regs;
6
7asmlinkage void process_int(int vec, struct pt_regs *fp);