Home | History | Annotate | Line # | Download | only in include
fcode.h revision 1.1
      1  1.1  thorpej /*	$NetBSD: fcode.h,v 1.1 2023/12/27 17:35:36 thorpej Exp $	*/
      2  1.1  thorpej 
      3  1.1  thorpej #ifndef _SUN2_FCODE_H_
      4  1.1  thorpej #define	_SUN2_FCODE_H_
      5  1.1  thorpej 
      6  1.1  thorpej #include <m68k/fcode.h>
      7  1.1  thorpej 
      8  1.1  thorpej /* Function Code 3 is used for control space on the sun2. */
      9  1.1  thorpej #define	FC_CONTROL	FC_UNDEF3
     10  1.1  thorpej 
     11  1.1  thorpej #endif /* _SUN2_FCODE_H_ */
     12