ia64/xen-unstable
annotate 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 |
rev | line source |
---|---|
awilliam@12423 | 1 #ifndef __ASM_IA64_HVM_VLAPIC_H__ |
awilliam@12423 | 2 #define __ASM_IA64_HVM_VLAPIC_H__ |
awilliam@12423 | 3 |
awilliam@12423 | 4 int vlapic_match_logical_addr(struct vlapic *vlapic, uint16_t dest); |
awilliam@12423 | 5 |
awilliam@12423 | 6 #endif /* __ASM_IA64_HVM_VLAPIC_H__ */ |