From 0f13d71cfb2711b95d45bf750ccd3f21c8db1a9e Mon Sep 17 00:00:00 2001 From: jchen20 Date: Fri, 19 Jun 2009 08:52:01 +0000 Subject: [PATCH] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8613 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h | 16 ---------------- .../Library/PeiS3Lib/PeiS3Lib.c | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h index bacae8a6cb..89bc191ab9 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h @@ -876,22 +876,6 @@ ReadNativeMaxAddress ( OUT EFI_LBA *NativeMaxAddress ); -/** - TODO: Add function description - - @param IdeDev TODO: add argument description - @param MaxAddress TODO: add argument description - @param bVolatile TODO: add argument description - - TODO: add return values. - -**/ -EFI_STATUS -SetMaxAddress ( - IN IDE_BLK_IO_DEV *IdeDev, - IN EFI_LBA MaxAddress, - IN BOOLEAN bVolatile - ); /** TODO: Add function description diff --git a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c index e4088694be..b7d2380ce0 100644 --- a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c +++ b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c @@ -1,4 +1,4 @@ -/**@file +/** @file This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode. This library instance is only for PEI phase use and the APIs in this instance -- 2.39.2