]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/BootModePei/BootModePei.c
Fix help command scroll issue. Also add FV space used, and free space to dir command.
[mirror_edk2.git] / Nt32Pkg / BootModePei / BootModePei.c
index 3ac2044c8f088ccea055455d2294d25e53c2dc52..97cc27c6b7ebc6714b6002d98c4b3c28b56735e6 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/**@file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   Tiano PEIM to provide the platform support functionality within Windows\r
 \r
---*/\r
+**/\r
 \r
 \r
 \r
@@ -55,8 +55,8 @@ EFI_PEI_PPI_DESCRIPTOR  mPpiListRecoveryBootMode = {
 EFI_STATUS\r
 EFIAPI\r
 InitializeBootMode (\r
-  IN EFI_FFS_FILE_HEADER       *FfsHeader,\r
-  IN EFI_PEI_SERVICES          **PeiServices\r
+  IN       EFI_PEI_FILE_HANDLE  FileHandle,\r
+  IN CONST EFI_PEI_SERVICES     **PeiServices\r
   )\r
 /*++\r
 \r
@@ -66,14 +66,14 @@ Routine Description:
 \r
 Arguments:\r
 \r
-  PeiServices - General purpose services available to every PEIM.\r
+  FileHandle  - Handle of the file being invoked.\r
+  PeiServices - Describes the list of possible PEI Services.\r
     \r
 Returns:\r
 \r
   Status -  EFI_SUCCESS if the boot mode could be set\r
 \r
 --*/\r
-// TODO:    FfsHeader - add argument and description to function comment\r
 {\r
   EFI_STATUS  Status;\r
   UINTN       BootMode;\r