mirror of https://github.com/acidanthera/audk.git
OvmfPkg: Fix build failure with gcc44, gcc45
OvmfPkg/XenBusDxe/XenHypercall.h:19:31: error: redefinition of typedef 'XENBUS_DEVICE' OvmfPkg/XenBusDxe/XenBusDxe.h:86:31: note: previous declaration of 'XENBUS_DEVICE' was here Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Laszlo Ersek <lersek@redhat.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16408 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3ddcceea35
commit
48af14fd14
|
@ -16,8 +16,6 @@
|
|||
#ifndef __XENBUS_DXE_HYPERCALL_H__
|
||||
#define __XENBUS_DXE_HYPERCALL_H__
|
||||
|
||||
typedef struct _XENBUS_DEVICE XENBUS_DEVICE;
|
||||
|
||||
/**
|
||||
This function will put the two arguments in the right place (registers) and
|
||||
call HypercallAddr, which correspond to an entry in the hypercall pages.
|
||||
|
|
Loading…
Reference in New Issue