Home | History | Annotate | Line # | Download | only in include
mcontext.h revision 1.3.52.1
      1  1.3.52.1  pgoyette /* $NetBSD: mcontext.h,v 1.3.52.1 2018/05/21 04:36:02 pgoyette Exp $ */
      2       1.1  jmcneill 
      3  1.3.52.1  pgoyette /*
      4  1.3.52.1  pgoyette  * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
      5  1.3.52.1  pgoyette  * Do not modify directly!
      6       1.1  jmcneill  */
      7  1.3.52.1  pgoyette #ifndef _USERMODE_MCONTEXT_H
      8  1.3.52.1  pgoyette #define _USERMODE_MCONTEXT_H
      9       1.1  jmcneill 
     10  1.3.52.1  pgoyette #if defined(__i386__)
     11  1.3.52.1  pgoyette #include "../../i386/include/mcontext.h"
     12  1.3.52.1  pgoyette #elif defined(__x86_64__)
     13  1.3.52.1  pgoyette #include "../../amd64/include/mcontext.h"
     14  1.3.52.1  pgoyette #elif defined(__arm__)
     15  1.3.52.1  pgoyette #include "../../arm/include/mcontext.h"
     16  1.3.52.1  pgoyette #else
     17  1.3.52.1  pgoyette #error port me
     18  1.3.52.1  pgoyette #endif
     19       1.1  jmcneill 
     20  1.3.52.1  pgoyette #endif
     21