URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [ptrace.h] - Rev 1633
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ASM_ARM_PTRACE_H #define __ASM_ARM_PTRACE_H #include <asm/proc/ptrace.h> #ifdef __KERNEL__ extern void show_regs(struct pt_regs *); #endif #endif
Go to most recent revision | Compare with Previous | Blame | View Log