Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5478 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Serial I/O Port library functions with no library constructor/destructor
|
||||
Null Serial Port library instance with empty functions.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
Copyright (c) 2006 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -18,11 +18,10 @@
|
||||
|
||||
#include <Library/SerialPortLib.h>
|
||||
|
||||
/*
|
||||
|
||||
/**
|
||||
Programmed hardware of Serial port.
|
||||
|
||||
@return Always return EFI_UNSUPPORTED.
|
||||
@return Always return RETURN_UNSUPPORTED.
|
||||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
@@ -40,8 +39,7 @@ SerialPortInitialize (
|
||||
@param Buffer Point of data buffer which need to be writed.
|
||||
@param NumberOfBytes Number of output bytes which are cached in Buffer.
|
||||
|
||||
@retval 0 Write data failed.
|
||||
@retval !0 Actual number of bytes writed to serial device.
|
||||
@retval 0 No data is to be written.
|
||||
|
||||
**/
|
||||
UINTN
|
||||
@@ -58,11 +56,11 @@ SerialPortWrite (
|
||||
/**
|
||||
Read data from serial device and save the datas in buffer.
|
||||
|
||||
@param Buffer Point of data buffer which need to be writed.
|
||||
@param NumberOfBytes Number of output bytes which are cached in Buffer.
|
||||
@param Buffer Point of data buffer, which contains the data
|
||||
returned from the serial device.
|
||||
@param NumberOfBytes Number of bytes which will be read.
|
||||
|
||||
@retval 0 Read data failed.
|
||||
@retval !0 Aactual number of bytes read from serial device.
|
||||
@retval 0 No data is to be read.
|
||||
|
||||
**/
|
||||
UINTN
|
||||
|
@@ -1,8 +1,7 @@
|
||||
#/** @file
|
||||
# Memory Status Code Library for UEFI drivers
|
||||
# Null Serial Port library instance with empty functions
|
||||
#
|
||||
# Lib to provide memory journal status code reporting Routines
|
||||
# Copyright (c) 2006, Intel Corporation.
|
||||
# Copyright (c) 2006 - 2008, Intel Corporation.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
@@ -18,7 +17,7 @@
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = SerialPortLibNull
|
||||
FILE_GUID = E4541241-8897-411a-91F8-7D7E45837146
|
||||
MODULE_TYPE = PEIM
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = SerialPortLib
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
|
Reference in New Issue
Block a user