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/ieuvddex/mips/helpp.c | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 private/mvdm/ieuvddex/mips/helpp.c (limited to 'private/mvdm/ieuvddex/mips/helpp.c') diff --git a/private/mvdm/ieuvddex/mips/helpp.c b/private/mvdm/ieuvddex/mips/helpp.c new file mode 100644 index 000000000..098c8214c --- /dev/null +++ b/private/mvdm/ieuvddex/mips/helpp.c @@ -0,0 +1,46 @@ +/*++ + +Copyright (c) 1991 Microsoft Corporation + +Module Name: + + Helpp.c + +Abstract: + + This module contains the processor specific help routine. Help processor + specific extensions go here. + +Author: + + Dave Hastings (daveh) 1-Apr-1992 + +Revision History: + +--*/ + +#include + +VOID +helpp( + VOID + ) +/*++ + +Routine Description: + + This routine prints out help for the processor specific extensions + +Arguments: + + None + +Return Value: + + None. + +--*/ +{ + // currently no processor specific extensions + // add help here as they become available +} -- cgit v1.2.3