mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
hv: use int32_t replace int
Since it's typedef in "include/lib/types.h" Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -78,8 +78,8 @@ struct multiboot_module {
|
||||
uint32_t mm_reserved;
|
||||
};
|
||||
|
||||
int parse_hv_cmdline(void);
|
||||
int init_vm_boot_info(struct acrn_vm *vm);
|
||||
int32_t parse_hv_cmdline(void);
|
||||
int32_t init_vm_boot_info(struct acrn_vm *vm);
|
||||
|
||||
/* boot_regs store the multiboot header address */
|
||||
extern uint32_t boot_regs[2];
|
||||
|
||||
Reference in New Issue
Block a user