Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6097 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -93,17 +93,13 @@ EFI_PXE_BASE_CODE_CALLBACK_STATUS
|
||||
Protocol that is invoked when the PXE Base Code Protocol is about
|
||||
to transmit, has received, or is waiting to receive a packet.
|
||||
|
||||
@param Revision
|
||||
The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must
|
||||
be backwards compatible. If a future version is not backwards compatible
|
||||
it is not the same GUID.
|
||||
|
||||
@param Callback
|
||||
Callback routine used by the PXE Base Code Dhcp(), Discover(), Mtftp(),
|
||||
UdpWrite(), and Arp() functions.
|
||||
|
||||
**/
|
||||
struct _EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL {
|
||||
///
|
||||
/// The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must
|
||||
/// be backwards compatible. If a future version is not backwards compatible
|
||||
/// it is not the same GUID.
|
||||
///
|
||||
UINT64 Revision;
|
||||
EFI_PXE_CALLBACK Callback;
|
||||
};
|
||||
|
Reference in New Issue
Block a user