KVM: Add __KERNEL__ guards to exported headers

Signed-off-by: Avi Kivity <avi@redhat.com>
此提交包含在:
Avi Kivity
2009-08-16 15:31:11 +03:00
父節點 da18acffc3
當前提交 27c2381068
共有 2 個檔案被更改,包括 8 行新增0 行删除

查看文件

@@ -19,9 +19,13 @@
*
*/
#ifdef __KERNEL__
static inline unsigned int kvm_arch_para_features(void)
{
return 0;
}
#endif
#endif