mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
3b2c04c6a3
new virtio_alloc_buf() return int type, so add virtio_malloc_buf() for the convenience of use. And replace all virtio_alloc_buf() to virtio_malloc_buf() in NuttX. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>