ia64/xen-unstable
diff xen/include/asm-ia64/hvm/vlapic.h @ 12423:2b0596c8a031
[IA64] create minimal vlapic.h
This fixes the ia64 build for xen-unstable.hg cset 12368:fda15861731e
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
This fixes the ia64 build for xen-unstable.hg cset 12368:fda15861731e
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild.aw |
---|---|
date | Mon Nov 13 10:56:08 2006 -0700 (2006-11-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xen/include/asm-ia64/hvm/vlapic.h Mon Nov 13 10:56:08 2006 -0700 1.3 @@ -0,0 +1,6 @@ 1.4 +#ifndef __ASM_IA64_HVM_VLAPIC_H__ 1.5 +#define __ASM_IA64_HVM_VLAPIC_H__ 1.6 + 1.7 +int vlapic_match_logical_addr(struct vlapic *vlapic, uint16_t dest); 1.8 + 1.9 +#endif /* __ASM_IA64_HVM_VLAPIC_H__ */