2018-08-27 15:37:08 +08:00
|
|
|
/*
|
2021-04-09 10:52:34 +08:00
|
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
2018-08-27 15:37:08 +08:00
|
|
|
*
|
2021-04-09 10:52:34 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2018-08-27 15:37:08 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
2022-12-03 12:07:44 +08:00
|
|
|
* 2021-11-11 GuEe-GUI the first version
|
2018-08-27 15:37:08 +08:00
|
|
|
*/
|
|
|
|
|
2022-12-03 12:07:44 +08:00
|
|
|
#ifndef __DRV_VIRTIO_H__
|
|
|
|
#define __DRV_VIRTIO_H__
|
2018-08-27 15:37:08 +08:00
|
|
|
|
2022-12-03 12:07:44 +08:00
|
|
|
int rt_virtio_devices_init(void);
|
2018-08-27 15:37:08 +08:00
|
|
|
|
2022-12-03 12:07:44 +08:00
|
|
|
#endif /* __DRV_VIRTIO_H__ */
|