diff options
author | gtian <gtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-05-14 06:51:02 +0000 |
---|---|---|
committer | gtian <gtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-05-14 06:51:02 +0000 |
commit | efdbc5199e9189edcbd7a3d990c448748452eaef (patch) | |
tree | c5e8faef994b1997a6d0006d455e9630a5d4d0ae | |
parent | 63afc36022df9431419e6b184febd8054bfdbbc6 (diff) | |
download | edk2-platforms-efdbc5199e9189edcbd7a3d990c448748452eaef.tar.xz |
These updates are for IPF low level assembly library checking in.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2594 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Library/PalCallLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PalCallLib.h b/MdePkg/Include/Library/PalCallLib.h index 82ca36f952..8deb55a5bc 100644 --- a/MdePkg/Include/Library/PalCallLib.h +++ b/MdePkg/Include/Library/PalCallLib.h @@ -24,8 +24,8 @@ //
/**
-
Makes a PAL procedure call.
+
This is a wrapper function to make a PAL procedure call. Based on the Index value,
this API will make static or stacked PAL call. Architected procedures may be designated
as required or optional. If a PAL procedure is specified as optional, a unique return
|