]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the entry point function's prototype.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Nov 2008 01:21:54 +0000 (01:21 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Nov 2008 01:21:54 +0000 (01:21 +0000)
Add Doxygen function header.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6769 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2ToReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.c

index 56b801227aec92981bef49077b53f7cf1cc09caa..2de6c92785d08e5db7aa75d6619e4b18aa3ed466 100644 (file)
@@ -75,29 +75,22 @@ EFI_PEI_PPI_DESCRIPTOR     mReadOnlyVariableThunkPresent = {
     NULL\r
 };\r
 \r
     NULL\r
 };\r
 \r
+/**\r
+  User entry for this PEIM driver.\r
+  \r
+  @param  FileHandle  Handle of the file being invoked.\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
+\r
+  @retval EFI_SUCCESS ReadOnlyVariable2 PPI is successfully installed.\r
+  @return Others      ReadOnlyVariable2 PPI is not successfully installed.\r
+\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 PeimInitializeReadOnlyVariable2 (\r
 EFI_STATUS\r
 EFIAPI\r
 PeimInitializeReadOnlyVariable2 (\r
-  IN EFI_FFS_FILE_HEADER       *FfsHeader,\r
-  IN EFI_PEI_SERVICES          **PeiServices\r
+  IN EFI_PEI_FILE_HANDLE       FfsHeader,\r
+  IN CONST EFI_PEI_SERVICES    **PeiServices\r
   )\r
   )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Provide the functionality of the variable services.\r
-\r
-Arguments:\r
-\r
-  FfsHeadher  - The FFS file header\r
-  PeiServices - General purpose services available to every PEIM.\r
-\r
-Returns:\r
-\r
-  Status -  EFI_SUCCESS if the interface could be successfully\r
-            installed\r
-\r
---*/\r
 {\r
   VOID        *Interface;\r
   EFI_STATUS  Status;\r
 {\r
   VOID        *Interface;\r
   EFI_STATUS  Status;\r