Move kvm headers from kvm/kernel to kvm/include
[qemu-kvm/fedora.git] / kvm / include / ia64 / asm / kvm_para.h
blob9931df99ce33aa314dc078aa78a7e8334a6651d6
1 #ifndef KVM_UNIFDEF_H
2 #define KVM_UNIFDEF_H
4 #ifdef __i386__
5 #ifndef CONFIG_X86_32
6 #define CONFIG_X86_32 1
7 #endif
8 #endif
10 #ifdef __x86_64__
11 #ifndef CONFIG_X86_64
12 #define CONFIG_X86_64 1
13 #endif
14 #endif
16 #if defined(__i386__) || defined (__x86_64__)
17 #ifndef CONFIG_X86
18 #define CONFIG_X86 1
19 #endif
20 #endif
22 #ifdef __ia64__
23 #ifndef CONFIG_IA64
24 #define CONFIG_IA64 1
25 #endif
26 #endif
28 #ifdef __PPC__
29 #ifndef CONFIG_PPC
30 #define CONFIG_PPC 1
31 #endif
32 #endif
34 #ifdef __s390__
35 #ifndef CONFIG_S390
36 #define CONFIG_S390 1
37 #endif
38 #endif
40 #endif
41 #ifndef __IA64_KVM_PARA_H
42 #define __IA64_KVM_PARA_H
45 * Copyright (C) 2007 Xiantao Zhang <xiantao.zhang@intel.com>
47 * This program is free software; you can redistribute it and/or modify it
48 * under the terms and conditions of the GNU General Public License,
49 * version 2, as published by the Free Software Foundation.
51 * This program is distributed in the hope it will be useful, but WITHOUT
52 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
53 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
54 * more details.
56 * You should have received a copy of the GNU General Public License along with
57 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
58 * Place - Suite 330, Boston, MA 02111-1307 USA.
62 static inline unsigned int kvm_arch_para_features(void)
64 return 0;
67 #endif