Leaked source code of windows server 2003
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.

27 lines
304 B

  1. /*++
  2. Copyright (c) 1998 Intel Corporation
  3. Module Name:
  4. ver.h
  5. Abstract:
  6. declares interface functions
  7. Revision History
  8. --*/
  9. /*
  10. *
  11. */
  12. VOID
  13. DisplayExtendedVersionInfo (
  14. IN EFI_HANDLE ImageHandle,
  15. IN EFI_SYSTEM_TABLE *SystemTable
  16. );