mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv: mmiodev: a minor bug fix about refine acrn_mmiodev data structure
Rename base_hpa to host_pa in acrn_mmiodev data structure. Tracked-On: #6366 Signed-off-by: Fei Li <fei1.li@intel.com>
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
#ifndef VGPIO_H
|
||||
#define VGPIO_H
|
||||
|
||||
void register_vgpio_handler(struct acrn_vm *vm, const struct acrn_mmiodev *mmiodev);
|
||||
void register_vgpio_handler(struct acrn_vm *vm, const struct acrn_mmiores *res);
|
||||
|
||||
#endif /* MMIO_DEV_H */
|
||||
|
Reference in New Issue
Block a user