|
Linux Kernel
3.7.1
|
#include <asm/ptrace.h>Go to the source code of this file.
Data Structures | |
| struct | fiq_handler |
Functions | |
| int | claim_fiq (struct fiq_handler *f) |
| void | release_fiq (struct fiq_handler *f) |
| void | set_fiq_handler (void *start, unsigned int length) |
| void | enable_fiq (int fiq) |
| void | disable_fiq (int fiq) |
| void | __set_fiq_regs (unsigned long const *regs) |
| void | __get_fiq_regs (unsigned long *regs) |
| int claim_fiq | ( | struct fiq_handler * | f | ) |
| void release_fiq | ( | struct fiq_handler * | f | ) |
1.8.2