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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-i960/] [traps-kma.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
/*
2
 *   FILE: traps.h
3
 * AUTHOR: kma
4
 *  DESCR: frame, pt_regs, etc.
5
 */
6
 
7
#ifndef TRAPS_H
8
#define TRAPS_H
9
 
10
#ident "$Id: traps-kma.h,v 1.1 2005-12-20 11:35:39 jcastillo Exp $"
11
 
12
#include <asm/ptrace.h>
13
#include <asm/i960.h>
14
 
15
/* structure of stack frame: note that since the i960 stacks grow up,
16
 * and we store our regs on the top, ptregs is at the end of each
17
 * member of the union.
18
 */
19
 
20
struct frame {
21
        union {
22
                struct pt_regs regs;
23
        };
24
};
25
 
26
#endif

powered by: WebSVN 2.1.0

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