]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/hypervisor.h
Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
[karo-tx-linux.git] / arch / x86 / include / asm / hypervisor.h
index 2d4b5e6107cd70d2977a12c090b01ed7908a58ae..e42f758a0fbd9b14b38feaae9fbb3f1a2bfcd204 100644 (file)
@@ -33,7 +33,7 @@ struct hypervisor_x86 {
        const char      *name;
 
        /* Detection routine */
-       bool            (*detect)(void);
+       uint32_t        (*detect)(void);
 
        /* Adjust CPU feature bits (run once per CPU) */
        void            (*set_cpu_features)(struct cpuinfo_x86 *);