Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -165,15 +165,6 @@ typedef UGA_STATUS
|
||||
/**
|
||||
@par Protocol Description:
|
||||
Provides a basic abstraction to send I/O requests to the graphics device and any of its children.
|
||||
|
||||
@param CreateDevice
|
||||
Create a UGA_DEVICE object for a child device of a given parent UGA_DEVICE.
|
||||
|
||||
@param DeleteDevice
|
||||
Delete the UGA_DEVICE returned from CreateDevice().
|
||||
|
||||
@param DispatchService
|
||||
Dispatches I/O requests to the display device and its associate child devices.
|
||||
**/
|
||||
struct _EFI_UGA_IO_PROTOCOL {
|
||||
EFI_UGA_IO_PROTOCOL_CREATE_DEVICE CreateDevice;
|
||||
|
Reference in New Issue
Block a user