diff options
Diffstat (limited to 'include/asm-x86/mtrr.h')
-rw-r--r-- | include/asm-x86/mtrr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/mtrr.h b/include/asm-x86/mtrr.h index 319d065800be..968794af93f9 100644 --- a/include/asm-x86/mtrr.h +++ b/include/asm-x86/mtrr.h | |||
@@ -84,6 +84,8 @@ struct mtrr_gentry | |||
84 | 84 | ||
85 | #ifdef __KERNEL__ | 85 | #ifdef __KERNEL__ |
86 | 86 | ||
87 | extern u8 mtrr_type_lookup(u64 addr, u64 end); | ||
88 | |||
87 | /* The following functions are for use by other drivers */ | 89 | /* The following functions are for use by other drivers */ |
88 | # ifdef CONFIG_MTRR | 90 | # ifdef CONFIG_MTRR |
89 | extern void mtrr_save_fixed_ranges(void *); | 91 | extern void mtrr_save_fixed_ranges(void *); |