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