diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-15 19:27:10 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-15 19:27:10 +0000 |
commit | 13f0a970d20b0a88aa4929fb647faf880b35f3c9 (patch) | |
tree | c9fd0c815e598fc006d5e98d787cea77c5592dbe /MdePkg/Include/IndustryStandard | |
parent | 262ffea8ec8b407ecc5396d3b0a37ba7678ba805 (diff) | |
download | edk2-platforms-13f0a970d20b0a88aa4929fb647faf880b35f3c9.tar.xz |
Make type EFI_SAL_STATUS be type INTN instead of type UINTN to match SAL Specification description.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7527 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Sal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h index 2199efe14c..7b111e02c3 100644 --- a/MdePkg/Include/IndustryStandard/Sal.h +++ b/MdePkg/Include/IndustryStandard/Sal.h @@ -19,7 +19,7 @@ ///
/// SAL return status type
///
-typedef UINTN EFI_SAL_STATUS;
+typedef INTN EFI_SAL_STATUS;
///
/// Call completed without error.
|