X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fist.h;h=6ec6ceed95a718ec9d3c91f6004a459781dee74b;hb=1beee8dc8cf58e3f605bd7b34d7a39939be7d8d2;hp=ef2003ebc6f9b3e588495125972db716bbe16af2;hpb=408af0dab78ef4145203b849d6bfd3195f6e3ec9;p=linux-2.6 diff --git a/include/asm-x86/ist.h b/include/asm-x86/ist.h index ef2003ebc6..6ec6ceed95 100644 --- a/include/asm-x86/ist.h +++ b/include/asm-x86/ist.h @@ -17,17 +17,17 @@ */ -#ifdef __KERNEL__ - #include struct ist_info { - u32 signature; - u32 command; - u32 event; - u32 perf_level; + __u32 signature; + __u32 command; + __u32 event; + __u32 perf_level; }; +#ifdef __KERNEL__ + extern struct ist_info ist_info; #endif /* __KERNEL__ */