]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update to use DOS format
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Oct 2008 04:23:40 +0000 (04:23 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Oct 2008 04:23:40 +0000 (04:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6324 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/FvbServiceLib.h

index cd2ca642c8b66ee5fd6b07f6899236af63828766..f0dcf9d58a3e76f9a4e6fb54f9f9038c66d90e9f 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef __FVB_SERVICE_LIB_H__\r
 #define __FVB_SERVICE_LIB_H__\r
 \r
-/**
+/**\r
   Reads specified number of bytes into a buffer from the specified block.\r
 \r
   The EfiFvbReadBlock() function reads the requested number of bytes from\r
@@ -49,7 +49,7 @@
   @retval   EFI_ACCESS_DENIED      The firmware volume is in the ReadDisabled state.\r
   @retval   EFI_DEVICE_ERROR       The block device is not functioning correctly and could not be read.\r
   @retval   EFI_INVALID_PARAMETER  Invalid parameter, Instance is larger than the max FVB number. Lba index is larger than the last block of the firmware volume. Offset is larger than the block size.\r
-
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -123,7 +123,7 @@ EfiFvbWriteBlock (
   );\r
 \r
 \r
-/**
+/**\r
   Erases and initializes a firmware volume block.\r
 \r
   The EfiFvbEraseBlock() function erases one block specified by Lba.\r
@@ -137,7 +137,7 @@ EfiFvbWriteBlock (
   \r
   All calls to EfiFvbEraseBlock() must be fully flushed to the \r
   hardware before this function returns. \r
-
+\r
   @param[in]     Instance    The FV instance to be erased.\r
   @param[in]     Lba         The logical block index to be erased from.\r
   \r
@@ -149,7 +149,7 @@ EfiFvbWriteBlock (
   @retval EFI_INVALID_PARAMETER  Invalid parameter. Instance is larger than the max\r
                                  FVB number. Lba index is larger than the last block\r
                                  of the firmware volume. \r
-
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -159,7 +159,7 @@ EfiFvbEraseBlock (
   );\r
 \r
 \r
-/**
+/**\r
   Retrieves the attributes and current settings of the specified block, \r
   returns resulting attributes in output parameter.\r
 \r
@@ -168,11 +168,11 @@ EfiFvbEraseBlock (
   the max FVB number, this function returns the status code EFI_INVALID_PARAMETER.\r
 \r
   If Attributes is NULL, then ASSERT().\r
-
+\r
   @param[in]     Instance          The FV instance to be operated.\r
   @param[out]    Attributes        Pointer to EFI_FVB_ATTRIBUTES_2 in which the\r
                                    attributes and current settings are returned.\r
-
+\r
   @retval   EFI_EFI_SUCCESS        The firmware volume attributes were returned.\r
   @retval   EFI_INVALID_PARAMETER  Invalid parameter. Instance is larger than the max FVB number. \r
 **/\r
@@ -184,7 +184,7 @@ EfiFvbGetVolumeAttributes (
   );\r
 \r
 \r
-/**
+/**\r
   Modify the attributes and current settings of the specified block\r
   according to the input parameter.\r
 \r
@@ -199,10 +199,10 @@ EfiFvbGetVolumeAttributes (
   @param[in, out]Attributes        On input, Attributes is a pointer to EFI_FVB_ATTRIBUTES_2\r
                                    that contains the desired firmware volume settings.  \r
                                    On successful return, it contains the new settings of the firmware volume.\r
-
+\r
   @retval   EFI_EFI_SUCCESS        The firmware volume attributes were modified successfully.\r
   @retval   EFI_INVALID_PARAMETER  Invalid parameter. Instance is larger than the max FVB number.\r
-
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -212,7 +212,7 @@ EfiFvbSetVolumeAttributes (
   );\r
 \r
 \r
-/**
+/**\r
   Retrieves the physical address of the specified memory mapped FV.\r
 \r
   Retrieve the base address of a memory-mapped firmware volume specified by Instance.\r
@@ -220,15 +220,15 @@ EfiFvbSetVolumeAttributes (
   code EFI_INVALID_PARAMETER.\r
   \r
   If BaseAddress is NULL, then ASSERT().\r
-
+\r
   @param[in]     Instance          The FV instance to be operated.\r
   @param[out]    BaseAddress       Pointer to a caller allocated EFI_PHYSICAL_ADDRESS \r
                                    that on successful return, contains the base address\r
                                    of the firmware volume. \r
-
+\r
   @retval   EFI_EFI_SUCCESS        The firmware volume base address is returned.\r
   @retval   EFI_INVALID_PARAMETER  Invalid parameter. Instance is larger than the max FVB number. \r
-
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -238,7 +238,7 @@ EfiFvbGetPhysicalAddress (
   );\r
 \r
 \r
-/**
+/**\r
   Retrieve the block size of the specified fv.\r
   \r
   The EfiFvbGetBlockSize() function retrieves the size of the requested block. \r
@@ -250,7 +250,7 @@ EfiFvbGetPhysicalAddress (
   If BlockSize is NULL, then ASSERT().\r
   \r
   If NumOfBlocks  is NULL, then ASSERT().\r
-
+\r
   @param[in]     Instance          The FV instance to be operated.\r
   @param[in]     Lba               Indicates which block to return the size for.\r
   @param[out]    BlockSize         Pointer to a caller-allocated UINTN in which the\r
@@ -258,11 +258,11 @@ EfiFvbGetPhysicalAddress (
   @param[out]    NumOfBlocks       Pointer to a caller-allocated UINTN in which the \r
                                    number of consecutive blocks, starting with Lba, \r
                                    is returned. All blocks in this range have a size of BlockSize.\r
-
+\r
   @retval   EFI_EFI_SUCCESS        The firmware volume base address is returned.\r
   @retval   EFI_INVALID_PARAMETER  Invalid parameter. Instance is larger than the max FVB number.\r
                                    Lba index is larger than the last block of the firmware volume.\r
-
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -274,7 +274,7 @@ EfiFvbGetBlockSize (
   );\r
 \r
 \r
-/**
+/**\r
   Erases and initializes a specified range of a firmware volume.\r
 \r
   The EfiFvbEraseCustomBlockRange() function erases the specified range in the firmware\r
@@ -282,18 +282,18 @@ EfiFvbGetBlockSize (
   LastLba  index is larger than the last block of the firmware volume, StartLba > LastLba\r
   or StartLba equal to LastLba but OffsetStartLba > OffsetLastLba, this function return \r
   the status code EFI_INVALID_PARAMETER.\r
-
+\r
   @param[in]     Instance          The FV instance to be operated.\r
   @param[in]     StartLba          The starting logical block index to be erased.\r
   @param[in]     OffsetStartLba    Offset into the starting block at which to \r
                                    begin erasing.    \r
   @param[in]     LastLba           The last logical block index to be erased.\r
   @param[in]     OffsetLastLba     Offset into the last block at which to end erasing.   \r
-
+\r
   @retval   EFI_EFI_SUCCESS        Successfully erase custom block range\r
   @retval   EFI_INVALID_PARAMETER  Invalid parameter. Instance is larger than the max FVB number. \r
   @retval   EFI_UNSUPPORTED        Firmware volume block device has no this capability.\r
-
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r