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

Subversion Repositories or1k

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

Compare with Previous | Blame | View Log

/*
 *   FILE: traps.h
 * AUTHOR: kma
 *  DESCR: frame, pt_regs, etc.
 */
 
#ifndef TRAPS_H
#define TRAPS_H
 
#ident "$Id: traps-kma.h,v 1.1.1.1 2001-09-10 07:44:41 simons Exp $"
 
#include <asm/ptrace.h>
#include <asm/i960.h>
 
/* structure of stack frame: note that since the i960 stacks grow up,
 * and we store our regs on the top, ptregs is at the end of each
 * member of the union.
 */
 
struct frame {
	union {
		struct pt_regs regs;
	};
};
 
#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.