mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
Fix OPTIONAL usage
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7139 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cab450ccda
commit
f51f406037
@ -288,7 +288,7 @@ UDP_TX_TOKEN *
|
|||||||
UdpIoWrapTx (
|
UdpIoWrapTx (
|
||||||
IN UDP_IO_PORT *UdpIo,
|
IN UDP_IO_PORT *UdpIo,
|
||||||
IN NET_BUF *Packet,
|
IN NET_BUF *Packet,
|
||||||
IN UDP_POINTS *EndPoint, OPTIONAL
|
IN UDP_POINTS *EndPoint OPTIONAL,
|
||||||
IN IP4_ADDR Gateway,
|
IN IP4_ADDR Gateway,
|
||||||
IN UDP_IO_CALLBACK CallBack,
|
IN UDP_IO_CALLBACK CallBack,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
Loading…
x
Reference in New Issue
Block a user