clean up several unicode characters.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6625 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-11-19 08:34:41 +00:00
parent 71898234de
commit d0218f26a8
1 changed files with 5 additions and 5 deletions

View File

@ -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
);
/**