OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-i960/] [ptrace-kma.h] - Rev 1765

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.