URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-i960/] [ptrace-kma.h] - Rev 1782
Compare with Previous | Blame | View Log
/* * FILE: ptrace.h * AUTHOR: kma * DESCR: */ #ifndef PTRACE_H #define PTRACE_H #ident "$Id: ptrace-kma.h,v 1.1.1.1 2001-09-10 07:44:41 simons Exp $" /* * Always get the AC, PC */ struct pt_regs { long PC; long AC; }; #endif