xref: /netbsd-src/sys/arch/sun2/include/fcode.h (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1 /*	$NetBSD: fcode.h,v 1.1 2023/12/27 17:35:36 thorpej Exp $	*/
2 
3 #ifndef _SUN2_FCODE_H_
4 #define	_SUN2_FCODE_H_
5 
6 #include <m68k/fcode.h>
7 
8 /* Function Code 3 is used for control space on the sun2. */
9 #define	FC_CONTROL	FC_UNDEF3
10 
11 #endif /* _SUN2_FCODE_H_ */
12