Home | History | Annotate | Line # | Download | only in include
mcontext.h revision 1.1
      1  1.1  chs /*	$NetBSD: mcontext.h,v 1.1 2003/08/31 01:28:58 chs Exp $	*/
      2  1.1  chs 
      3  1.1  chs #ifndef _HPPA_MCONTEXT_H_
      4  1.1  chs #define _HPPA_MCONTEXT_H_
      5  1.1  chs 
      6  1.1  chs typedef struct mcontext {
      7  1.1  chs 	int placeholder;
      8  1.1  chs } mcontext_t;
      9  1.1  chs 
     10  1.1  chs #define _UC_MACHINE_SP(uc) 0
     11  1.1  chs 
     12  1.1  chs #endif /* _HPPA_MCONTEXT_H_ */
     13