mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
Clean up format of comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9762 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3ea1d3e611
commit
7c1c4dcf78
@ -25,9 +25,7 @@
|
||||
typedef struct _EFI_PEI_CPU_IO_PPI EFI_PEI_CPU_IO_PPI;
|
||||
|
||||
///
|
||||
/// *******************************************************
|
||||
/// EFI_PEI_CPU_IO_PPI_WIDTH
|
||||
/// *******************************************************
|
||||
///
|
||||
typedef enum {
|
||||
EfiPeiCpuIoWidthUint8,
|
||||
@ -54,7 +52,7 @@ typedef enum {
|
||||
@param[in] Width The width of the access. Enumerated in bytes.
|
||||
@param[in] Address The physical address of the access.
|
||||
@param[in] Count The number of accesses to perform.
|
||||
@param[out] Buffer A pointer to the buffer of data.
|
||||
@param[in, out] Buffer A pointer to the buffer of data.
|
||||
|
||||
@retval EFI_SUCCESS The function completed successfully.
|
||||
@retval EFI_NOT_YET_AVAILABLE The service has not been installed.
|
||||
@ -72,9 +70,7 @@ EFI_STATUS
|
||||
);
|
||||
|
||||
///
|
||||
/// *******************************************************
|
||||
/// EFI_PEI_CPU_IO_PPI_ACCESS
|
||||
/// *******************************************************
|
||||
///
|
||||
typedef struct {
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user