mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 22:17:03 +00:00
Rename base_hpa to host_pa in acrn_mmiodev data structure. Tracked-On: #6366 Signed-off-by: Fei Li <fei1.li@intel.com>
13 lines
253 B
C
13 lines
253 B
C
/*
|
|
* Copyright (C) 2020 Intel Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef VGPIO_H
|
|
#define VGPIO_H
|
|
|
|
void register_vgpio_handler(struct acrn_vm *vm, const struct acrn_mmiores *res);
|
|
|
|
#endif /* MMIO_DEV_H */
|