/*++ 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 }