URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-i960/] [ptrace-kma.h] - Rev 1777
Go to most recent revision | 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 2005-12-20 11:35:39 jcastillo Exp $" /* * Always get the AC, PC */ struct pt_regs { long PC; long AC; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log