|
Linux Kernel
3.7.1
|
#include <sysdep/ptrace.h>Go to the source code of this file.
Data Structures | |
| struct | irq_fd |
Enumerations | |
| enum | { IRQ_READ, IRQ_WRITE } |
Functions | |
| void | sigio_handler (int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) |
| void | free_irq_by_fd (int fd) |
| void | reactivate_fd (int fd, int irqnum) |
| void | deactivate_fd (int fd, int irqnum) |
| int | deactivate_all_fds (void) |
| int | activate_ipi (int fd, int pid) |
| anonymous enum |
Definition at line 21 of file irq_user.h.
1.8.2