1 /*
2  * Copyright (C) 2020-2022 Intel Corporation.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef VGPIO_H
8 #define VGPIO_H
9 
10 void register_vgpio_handler(struct acrn_vm *vm, const struct acrn_mmiores *res);
11 
12 #endif /* MMIO_DEV_H */
13