1 1.1 thorpej /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:34 thorpej Exp $ */ 2 1.1 thorpej 3 1.1 thorpej #ifndef _HP300_FCODE_H_ 4 1.1 thorpej #define _HP300_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 to invalidate TLB entries in the HP MMU. */ 9 1.1 thorpej #define FC_PURGE FC_UNDEF3 10 1.1 thorpej 11 1.1 thorpej #endif /* _HP300_FCODE_H_ */ 12