diff options
author | 2004-08-06 21:12:18 +0000 | |
---|---|---|
committer | 2004-08-06 21:12:18 +0000 | |
commit | 20fc814e6ef83a91b61bae20069de95193d31dff (patch) | |
tree | 0f8809cda700e79585c5de0014a8a32391f01da5 /sys/arch/sgi/include/mips_opcode.h | |
parent | one more mips64 (diff) | |
download | wireguard-openbsd-20fc814e6ef83a91b61bae20069de95193d31dff.tar.xz wireguard-openbsd-20fc814e6ef83a91b61bae20069de95193d31dff.zip |
initial sgi import
Diffstat (limited to 'sys/arch/sgi/include/mips_opcode.h')
-rw-r--r-- | sys/arch/sgi/include/mips_opcode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/sgi/include/mips_opcode.h b/sys/arch/sgi/include/mips_opcode.h new file mode 100644 index 00000000000..c9ed582317e --- /dev/null +++ b/sys/arch/sgi/include/mips_opcode.h @@ -0,0 +1,5 @@ +/* $OpenBSD: mips_opcode.h,v 1.1 2004/08/06 21:12:19 pefo Exp $ */ + +/* Use Mips generic include file */ + +#include <mips64/mips_opcode.h> |