summaryrefslogblamecommitdiffstats
path: root/private/mvdm/ieuvddex/alpha/helpp.c
blob: 098c8214cda5f22e4115aab16ffa8b4a872231af (plain) (tree)













































                                                                             
/*++

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
}