boot_loader: load intel microcode update data file
Change-Id: I323a57cc0b1f05ad7b60b6a141d068a3e618ee4d Reviewed-on: https://review.haiku-os.org/c/haiku/+/2263 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
@@ -21,4 +21,9 @@ void calculate_cpu_conversion_factor(uint8 channel);
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <boot/vfs.h>
|
||||
|
||||
void ucode_load(BootVolume& volume);
|
||||
|
||||
|
||||
#endif /* BOOT_ARCH_CPU_H */
|
||||
|
||||
@@ -43,6 +43,7 @@ extern void platform_switch_to_logo(void);
|
||||
extern void platform_switch_to_text_mode(void);
|
||||
extern void platform_start_kernel(void);
|
||||
extern void platform_exit(void);
|
||||
extern void platform_load_ucode(BootVolume& volume);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user