diff options
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index 75e9e68d635..d0d9be25ed9 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h | |||
@@ -4,10 +4,13 @@ | |||
4 | /** | 4 | /** |
5 | * struct x86_init_resources - platform specific resource related ops | 5 | * struct x86_init_resources - platform specific resource related ops |
6 | * @probe_roms: probe BIOS roms | 6 | * @probe_roms: probe BIOS roms |
7 | * @reserve_resources: reserve the standard resources for the | ||
8 | * platform | ||
7 | * | 9 | * |
8 | */ | 10 | */ |
9 | struct x86_init_resources { | 11 | struct x86_init_resources { |
10 | void (*probe_roms)(void); | 12 | void (*probe_roms)(void); |
13 | void (*reserve_resources)(void); | ||
11 | }; | 14 | }; |
12 | 15 | ||
13 | /** | 16 | /** |