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:
Scott Duplichan 2014-11-19 18:21:37 +00:00 committed by lersek
parent 3ddcceea35
commit 48af14fd14
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
#ifndef __XENBUS_DXE_HYPERCALL_H__ #ifndef __XENBUS_DXE_HYPERCALL_H__
#define __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 This function will put the two arguments in the right place (registers) and
call HypercallAddr, which correspond to an entry in the hypercall pages. call HypercallAddr, which correspond to an entry in the hypercall pages.