mirror of https://github.com/acidanthera/audk.git
no need to use EFIAPI
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7142 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0322ed7af8
commit
99fd60317f
|
@ -60,7 +60,7 @@ typedef struct {
|
|||
**/
|
||||
typedef
|
||||
VOID
|
||||
(EFIAPI *UDP_IO_CALLBACK) (
|
||||
(*UDP_IO_CALLBACK) (
|
||||
IN NET_BUF *Packet,
|
||||
IN UDP_POINTS *Points,
|
||||
IN EFI_STATUS IoStatus,
|
||||
|
@ -149,7 +149,7 @@ struct _UDP_IO_PORT {
|
|||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *UDP_IO_CONFIG) (
|
||||
(*UDP_IO_CONFIG) (
|
||||
IN UDP_IO_PORT *UdpIo,
|
||||
IN VOID *Context
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue