/*      $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:36 thorpej Exp $        */

#ifndef _SUN2_FCODE_H_
#define _SUN2_FCODE_H_

#include <m68k/fcode.h>

/* Function Code 3 is used for control space on the sun2. */
#define FC_CONTROL      FC_UNDEF3

#endif /* _SUN2_FCODE_H_ */