From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/mvdm/softpc.new/base/ccpu386/bswap.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 private/mvdm/softpc.new/base/ccpu386/bswap.h (limited to 'private/mvdm/softpc.new/base/ccpu386/bswap.h') diff --git a/private/mvdm/softpc.new/base/ccpu386/bswap.h b/private/mvdm/softpc.new/base/ccpu386/bswap.h new file mode 100644 index 000000000..a56472cd8 --- /dev/null +++ b/private/mvdm/softpc.new/base/ccpu386/bswap.h @@ -0,0 +1,16 @@ +/* + bswap.h + + BSWAP CPU functions. + */ + +/* + static char SccsID[]="@(#)bswap.h 1.4 02/09/94"; + */ + +IMPORT VOID BSWAP + +IPT1( + IU32 *, pop1 + + ); -- cgit v1.2.3