mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
x86: Fix up some missing prototypes
Some functions are missing prototypes. Fix those that are specific to x86. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
8b37c7694f
commit
e1ffd81797
5 changed files with 14 additions and 8 deletions
|
@ -37,6 +37,15 @@ int cpu_init_interrupts(void);
|
|||
/* board/.../... */
|
||||
int dram_init(void);
|
||||
|
||||
int cleanup_before_linux(void);
|
||||
int x86_cleanup_before_linux(void);
|
||||
void x86_enable_caches(void);
|
||||
void x86_disable_caches(void);
|
||||
int x86_init_cache(void);
|
||||
void reset_cpu(ulong addr);
|
||||
ulong board_get_usable_ram_top(ulong total_size);
|
||||
void dram_init_banksize(void);
|
||||
|
||||
void setup_pcat_compatibility(void);
|
||||
|
||||
void isa_unmap_rom(u32 addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue