/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-11-11 GuEe-GUI the first version */ #ifndef __DRV_VIRTIO_H__ #define __DRV_VIRTIO_H__ int rt_virtio_devices_init(void); #endif /* __DRV_VIRTIO_H__ */