| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) |
|---|
| 3 | | - * Licensed under the GPL |
|---|
| 4 | 4 | */ |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | #ifndef __IRQ_USER_H__ |
|---|
| .. | .. |
|---|
| 31 | 31 | struct siginfo; |
|---|
| 32 | 32 | extern void sigio_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs); |
|---|
| 33 | 33 | extern void free_irq_by_fd(int fd); |
|---|
| 34 | | -extern void reactivate_fd(int fd, int irqnum); |
|---|
| 35 | 34 | extern void deactivate_fd(int fd, int irqnum); |
|---|
| 36 | 35 | extern int deactivate_all_fds(void); |
|---|
| 37 | 36 | extern int activate_ipi(int fd, int pid); |
|---|