acrn-hypervisor/hypervisor/include/dm/vgpio.h
Fei Li 2e7491a8ec 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>
2021-08-19 12:01:35 +08:00

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 */