TianoCore EDK2 master
|
#include "Snp.h"
Go to the source code of this file.
Functions | |
VOID EFIAPI | SnpWaitForPacketNotify (EFI_EVENT Event, VOID *SnpPtr) |
Event handler to check for available packet.
Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file WaitForPacket.c.
VOID EFIAPI SnpWaitForPacketNotify | ( | EFI_EVENT | Event, |
VOID * | SnpPtr | ||
) |
Notification call back function for WaitForPacket event.
Event | EFI Event. |
SnpPtr | Pointer to SNP_DRIVER structure. |
Definition at line 20 of file WaitForPacket.c.