summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 09:51:01 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:29:16 +0800
commitdc281a86bc1ca8800331be0a82b02d2c96ef5a54 (patch)
tree11bdb39312a09f873f00bb3eef0f5d36e3277961 /BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h
parent831457ec5e299ae69d8a8abc929910311cfd7707 (diff)
downloadedk2-platforms-dc281a86bc1ca8800331be0a82b02d2c96ef5a54.tar.xz
BraswellPlatformPkg: Restructure code in Common/Feature directory
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h')
-rw-r--r--BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h b/BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h
index 2aa49a27b8..8a17bfbc85 100644
--- a/BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h
+++ b/BraswellPlatformPkg/Common/Feature/SmBiosMiscDxe/MiscSubclassDriver.h
@@ -197,8 +197,8 @@ SmbiosStrInit (
OUT CHAR16 **Destination,
IN CHAR16 CONST *Source,
OUT CHAR16 **StrBuffer,
- OUT UINTN *Count,
- OUT UINTN *SizeOfStrings
+ OUT UINTN *Count,
+ OUT UINTN *SizeOfStrings
);
/**
Update SMBIOS strings.
@@ -214,3 +214,4 @@ SmbiosStringsUpdate (
UINTN NumOfStrings
);
#endif
+