summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/SerialPortLib.h
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 08:34:41 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 08:34:41 +0000
commitd0218f26a8da513c4fe57f55d399f2c390028935 (patch)
tree6a2caa19b35d8e394f7dc8a5249b6c6913ebca98 /MdePkg/Include/Library/SerialPortLib.h
parent71898234de13a552824346cb45327a675e2c69c1 (diff)
downloadedk2-d0218f26a8da513c4fe57f55d399f2c390028935.tar.gz
clean up several unicode characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6625 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/SerialPortLib.h')
-rw-r--r--MdePkg/Include/Library/SerialPortLib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/SerialPortLib.h b/MdePkg/Include/Library/SerialPortLib.h
index 1ab8e97adc..e6a55eefa4 100644
--- a/MdePkg/Include/Library/SerialPortLib.h
+++ b/MdePkg/Include/Library/SerialPortLib.h
@@ -1,5 +1,5 @@
/** @file
- Provides three common serial I/O port functions.
+ This library class provides common serial I/O port functions.
Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -54,8 +54,8 @@ SerialPortInitialize (
UINTN
EFIAPI
SerialPortWrite (
- IN UINT8 *Buffer,
- IN UINTN NumberOfBytes
+ IN UINT8 *Buffer,
+ IN UINTN NumberOfBytes
);
@@ -80,8 +80,8 @@ SerialPortWrite (
UINTN
EFIAPI
SerialPortRead (
- OUT UINT8 *Buffer,
- IN UINTN NumberOfBytes
+ OUT UINT8 *Buffer,
+ IN UINTN NumberOfBytes
);
/**