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.6.
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <linux/linkage.h>
4
5asmlinkage void do_notify_resume(struct pt_regs *regs);
6asmlinkage void *do_sigreturn(struct pt_regs *regs, struct switch_stack *sw);
7asmlinkage void *do_rt_sigreturn(struct pt_regs *regs, struct switch_stack *sw);