rt-thread-official/bsp/qemu-virt64-aarch64/drivers/drv_virtio.h

17 lines
326 B
C
Raw Normal View History

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