xref: /netbsd-src/sys/arch/hp300/include/fcode.h (revision e5014a45d857e6639905eec7f40943a207fed007)
1 /*	$NetBSD: fcode.h,v 1.1 2023/12/27 17:35:34 thorpej Exp $	*/
2 
3 #ifndef _HP300_FCODE_H_
4 #define	_HP300_FCODE_H_
5 
6 #include <m68k/fcode.h>
7 
8 /* Function Code 3 is used to invalidate TLB entries in the HP MMU. */
9 #define	FC_PURGE	FC_UNDEF3
10 
11 #endif /* _HP300_FCODE_H_ */
12