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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-m68knommu/] [sigcontext.h] - Diff between revs 199 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 199 Rev 1765
#ifndef _ASMm68k_SIGCONTEXT_H
#ifndef _ASMm68k_SIGCONTEXT_H
#define _ASMm68k_SIGCONTEXT_H
#define _ASMm68k_SIGCONTEXT_H
 
 
struct sigcontext_struct {
struct sigcontext_struct {
        unsigned long  sc_mask;         /* old sigmask */
        unsigned long  sc_mask;         /* old sigmask */
        unsigned long  sc_usp;          /* old user stack pointer */
        unsigned long  sc_usp;          /* old user stack pointer */
        unsigned long  sc_d0;
        unsigned long  sc_d0;
        unsigned long  sc_d1;
        unsigned long  sc_d1;
        unsigned long  sc_a0;
        unsigned long  sc_a0;
        unsigned long  sc_a1;
        unsigned long  sc_a1;
        unsigned short sc_sr;
        unsigned short sc_sr;
        unsigned long  sc_pc;
        unsigned long  sc_pc;
        unsigned short sc_formatvec;
        unsigned short sc_formatvec;
};
};
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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