boot_loader: rename gBootVolume to gBootParams
this will be used to hold other boot parameters, for instance smbios root pointers. Change-Id: I004a8abe553241816c0a004225e088bad1c11b47 Reviewed-on: https://review.haiku-os.org/c/haiku/+/9691 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
fc746f4acf
commit
4719b3c5c3
@@ -13,7 +13,7 @@
|
||||
struct stage2_args;
|
||||
|
||||
extern struct kernel_args gKernelArgs;
|
||||
extern KMessage gBootVolume;
|
||||
extern KMessage gBootParams;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user