summaryrefslogtreecommitdiffstats
path: root/private/mvdm/ieuvddex/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/ieuvddex/alpha')
-rw-r--r--private/mvdm/ieuvddex/alpha/helpp.c46
-rw-r--r--private/mvdm/ieuvddex/alpha/sources1
2 files changed, 47 insertions, 0 deletions
diff --git a/private/mvdm/ieuvddex/alpha/helpp.c b/private/mvdm/ieuvddex/alpha/helpp.c
new file mode 100644
index 000000000..098c8214c
--- /dev/null
+++ b/private/mvdm/ieuvddex/alpha/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 <ieuvddex.h>
+
+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
+}
diff --git a/private/mvdm/ieuvddex/alpha/sources b/private/mvdm/ieuvddex/alpha/sources
new file mode 100644
index 000000000..3a5a88e3d
--- /dev/null
+++ b/private/mvdm/ieuvddex/alpha/sources
@@ -0,0 +1 @@
+ALPHA_SOURCES=alpha\helpp.c