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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68k/] [sigcontext.h] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _ASMm68k_SIGCONTEXT_H
2
#define _ASMm68k_SIGCONTEXT_H
3
 
4
struct sigcontext_struct {
5
        unsigned long  sc_mask;         /* old sigmask */
6
        unsigned long  sc_usp;          /* old user stack pointer */
7
        unsigned long  sc_d0;
8
        unsigned long  sc_d1;
9
        unsigned long  sc_a0;
10
        unsigned long  sc_a1;
11
        unsigned short sc_sr;
12
        unsigned long  sc_pc;
13
        unsigned short sc_formatvec;
14
        unsigned long  sc_fpregs[2*3];  /* room for two fp registers */
15
        unsigned long  sc_fpcntl[3];
16
        unsigned char  sc_fpstate[216];
17
};
18
 
19
#endif

powered by: WebSVN 2.1.0

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