]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Function comments have been checked with spec.
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Nov 2008 03:07:28 +0000 (03:07 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Nov 2008 03:07:28 +0000 (03:07 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6655 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/PerformanceLib.h
MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c

index 0622527e7bdeeedbbb5dfefb536b7cbf9b3044ab..7498d02c82341b69cb577f87b579fddf623249b9 100644 (file)
@@ -38,6 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   @retval RETURN_SUCCESS          The start of the measurement was recorded.\r
   @retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.\r
+  @retval RETURN_DEVICE_ERROR     A device error reading the time stamp.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -70,6 +71,7 @@ StartPerformanceMeasurement (
 \r
   @retval RETURN_SUCCESS          The end of  the measurement was recorded.\r
   @retval RETURN_NOT_FOUND        The specified measurement record could not be found.\r
+  @retval RETURN_DEVICE_ERROR     A device error reading the time stamp.\r
 \r
 **/\r
 RETURN_STATUS\r
index 93367f89551d565b62bda50df1db88647adb9bbc..c3dd2734d6075c7dbed5a428bd6af04808c6a8e8 100644 (file)
@@ -38,6 +38,7 @@
 \r
   @retval RETURN_SUCCESS          The start of the measurement was recorded.\r
   @retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.\r
+  @retval RETURN_DEVICE_ERROR     A device error reading the time stamp.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -73,6 +74,7 @@ StartPerformanceMeasurement (
 \r
   @retval RETURN_SUCCESS          The end of  the measurement was recorded.\r
   @retval RETURN_NOT_FOUND        The specified measurement record could not be found.\r
+  @retval RETURN_DEVICE_ERROR     A device error reading the time stamp.\r
 \r
 **/\r
 RETURN_STATUS\r