Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-i386 / msi.h
blobf041d4495fafeb1a5fdc44791561415f1b673684
1 /*
2 * Copyright (C) 2003-2004 Intel
3 * Copyright (C) Tom Long Nguyen (tom.l.nguyen@intel.com)
4 */
6 #ifndef ASM_MSI_H
7 #define ASM_MSI_H
9 #include <asm/desc.h>
10 #include <mach_apic.h>
12 #define LAST_DEVICE_VECTOR 232
13 #define MSI_TARGET_CPU_SHIFT 12
15 #endif /* ASM_MSI_H */