Home | History | Annotate | Download | only in asm
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ****************************************************************************
     11  ****************************************************************************/
     12 #ifndef _I386_MATH_EMU_H
     13 #define _I386_MATH_EMU_H
     14 
     15 #include <asm/sigcontext.h>
     16 
     17 struct info {
     18  long ___orig_eip;
     19  long ___ebx;
     20  long ___ecx;
     21  long ___edx;
     22  long ___esi;
     23  long ___edi;
     24  long ___ebp;
     25  long ___eax;
     26  long ___ds;
     27  long ___es;
     28  long ___fs;
     29  long ___orig_eax;
     30  long ___eip;
     31  long ___cs;
     32  long ___eflags;
     33  long ___esp;
     34  long ___ss;
     35  long ___vm86_es;
     36  long ___vm86_ds;
     37  long ___vm86_fs;
     38  long ___vm86_gs;
     39 };
     40 #endif
     41