You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
403 B
38 lines
403 B
/*++
|
|
|
|
Copyright (c) 1998 Intel Corporation
|
|
|
|
Module Name:
|
|
|
|
ver32.c
|
|
|
|
Abstract:
|
|
|
|
Part of shell app "ver"
|
|
|
|
|
|
|
|
Revision History
|
|
|
|
--*/
|
|
|
|
#include "shell.h"
|
|
#include "ver.h"
|
|
|
|
/*
|
|
*
|
|
*/
|
|
|
|
VOID
|
|
DisplayExtendedVersionInfo (
|
|
IN EFI_HANDLE ImageHandle,
|
|
IN EFI_SYSTEM_TABLE *SystemTable
|
|
)
|
|
{
|
|
|
|
/*
|
|
* Done
|
|
*/
|
|
|
|
return;
|
|
}
|