diff options
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index 8a971cb3dd3..6c084f2a6c3 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h | |||
@@ -7,12 +7,14 @@ | |||
7 | * @reserve_resources: reserve the standard resources for the | 7 | * @reserve_resources: reserve the standard resources for the |
8 | * platform | 8 | * platform |
9 | * @reserve_ebda_region: reserve the extended bios data area | 9 | * @reserve_ebda_region: reserve the extended bios data area |
10 | * @memory_setup: platform specific memory setup | ||
10 | * | 11 | * |
11 | */ | 12 | */ |
12 | struct x86_init_resources { | 13 | struct x86_init_resources { |
13 | void (*probe_roms)(void); | 14 | void (*probe_roms)(void); |
14 | void (*reserve_resources)(void); | 15 | void (*reserve_resources)(void); |
15 | void (*reserve_ebda_region)(void); | 16 | void (*reserve_ebda_region)(void); |
17 | char *(*memory_setup)(void); | ||
16 | }; | 18 | }; |
17 | 19 | ||
18 | /** | 20 | /** |