mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
OvmfPkg: Improve style and formatting in BhyveFwCtlLib.h
There were some problems with the formatting and style that made the file difficult to read. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Message-Id: <20201130053412.2-5-rebecca@bsdio.com> Acked-by: Peter Grehan <grehan@freebsd.org> Acked-by: Laszlo Ersek <lersek@redhat.com> Build-tested-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
8d676f54ff
commit
3cdfedc20e
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __BHYVE_FW_CTL_LIB__
|
#ifndef _BHYVE_FW_CTL_LIB_
|
||||||
#define __BHYVE_FW_CTL_LIB__
|
#define _BHYVE_FW_CTL_LIB_
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sysctl-like interface to read host information via a dot-separated
|
Sysctl-like interface to read host information via a dot-separated
|
||||||
@ -29,19 +29,19 @@
|
|||||||
@param[] Data - return buffer pointer
|
@param[] Data - return buffer pointer
|
||||||
@param[] Size - pointer to length
|
@param[] Size - pointer to length
|
||||||
|
|
||||||
@return RETURN_SUCCESS Valid data/len returned.
|
@return RETURN_SUCCESS Valid data/len returned.
|
||||||
RETURN_UNSUPPORTED f/w interface not present.
|
RETURN_UNSUPPORTED f/w interface not present.
|
||||||
RETURN_NOT_FOUND OID not found.
|
RETURN_NOT_FOUND OID not found.
|
||||||
RETURN_BUFFER_TOO_SMALL Return message truncated.
|
RETURN_BUFFER_TOO_SMALL Return message truncated.
|
||||||
RETURN_INVALID_PARAMETER Buffer too large
|
RETURN_INVALID_PARAMETER Buffer too large.
|
||||||
RETURN_PROTOCOL_ERROR Unknown error from host
|
RETURN_PROTOCOL_ERROR Unknown error from host.
|
||||||
**/
|
**/
|
||||||
RETURN_STATUS
|
RETURN_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
BhyveFwCtlGet (
|
BhyveFwCtlGet (
|
||||||
IN CONST CHAR8 *Name,
|
IN CONST CHAR8 *Name,
|
||||||
OUT VOID *Item,
|
OUT VOID *Item,
|
||||||
IN OUT UINTN *Size
|
IN OUT UINTN *Size
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif /* _BHYVE_FW_CTL_LIB_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user