Source code of Windows XP (NT5)
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.

22 lines
205 B

  1. /*++
  2. Module Name:
  3. protocol.h
  4. Abstract:
  5. Author:
  6. Mudit Vats (v-muditv) 12-13-99
  7. Revision History:
  8. --*/
  9. void
  10. InitializeProtocols(
  11. IN struct _EFI_SYSTEM_TABLE *SystemTable
  12. );