MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback functions in SnpDxe.

This update ensure correct calling convention for interfaces between binary UNDI driver and SnpDxe.

Signed-off-by: xdu2
Reviewed-by: geekboy15a

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12657 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xdu2
2011-11-03 02:59:20 +00:00
parent cdd9529279
commit 9c9f585937
3 changed files with 85 additions and 64 deletions

View File

@@ -58,6 +58,7 @@ SnpNotifyExitBootServices (
**/
EFI_STATUS
EFIAPI
IssueHwUndiCommand (
UINT64 Cdb
)