Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: lpleahy


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14148 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lpleahy 2013-02-27 22:15:36 +00:00
parent 0b1ef27500
commit 985fef803e
1 changed files with 3 additions and 3 deletions

View File

@ -362,7 +362,7 @@ typedef struct {
**/
typedef
EFI_STATUS
(* PFN_NET_CONFIGURE) (
(EFIAPI * PFN_NET_CONFIGURE) (
IN VOID * pProtocol,
IN VOID * pConfigData
);
@ -378,7 +378,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
(* PFN_NET_IO_START) (
(EFIAPI * PFN_NET_IO_START) (
IN VOID * pProtocol,
IN VOID * pToken
);
@ -394,7 +394,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
(* PFN_NET_POLL) (
(EFIAPI * PFN_NET_POLL) (
IN VOID * pProtocol
);