summaryrefslogtreecommitdiffstats
path: root/private/mvdm/ieuvddex/alpha/helpp.c
blob: 098c8214cda5f22e4115aab16ffa8b4a872231af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
}