incubator-nuttx/drivers/virtio
chao an 6d50274ebe nuttx/list: rename container_of to list_container_of from public header
Use private naming to avoid conflicts with user applications

In file included from libuv/src/unix/internal.h:25,
                 from libuv/src/unix/udp.c:23:
libuv/src/uv-common.h:57: warning: "container_of" redefined
   57 | #define container_of(ptr, type, member) \
      |
In file included from nuttx/include/nuttx/list.h:47,
                 from nuttx/include/nuttx/tls.h:40,
                 from nuttx/include/nuttx/sched.h:48,
                 from nuttx/include/nuttx/arch.h:87,
                 from nuttx/include/nuttx/userspace.h:35,
                 from nuttx/include/nuttx/mm/mm.h:30,
                 from nuttx/include/nuttx/kmalloc.h:34,
                 from nuttx/include/nuttx/lib/lib.h:31,
                 from nuttx/include/stdio.h:35,
                 from apps/system/libuv/libuv/include/uv.h:59,
                 from libuv/src/unix/udp.c:22:
nuttx/include/nuttx/nuttx.h:48: note: this is the location of the previous definition
   48 | #define container_of(ptr, type, member) \
      |

Signed-off-by: chao an <anchao@lixiang.com>
2024-02-29 19:44:54 +08:00
..
CMakeLists.txt audio:add virtio snd driver 2023-08-11 20:40:40 +08:00
Kconfig rptun: Select OPENMAP under RPTUN 2023-12-28 11:08:57 +08:00
Make.defs rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-blk.c inode/i_private: remove all unnecessary cast for i_private 2023-08-29 08:58:07 +02:00
virtio-blk.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-gpu.c virtio-gpu: convert virito-gpu fb_register to virtio_gpu_fb_register 2023-12-13 09:05:17 -08:00
virtio-gpu.h virtio-gpu: convert virito-gpu fb_register to virtio_gpu_fb_register 2023-12-13 09:05:17 -08:00
virtio-input-event-codes.h drivers/virtio: add virtio input driver 2023-08-13 11:47:39 -03:00
virtio-input.c drivers/virtio: add virtio input driver 2023-08-13 11:47:39 -03:00
virtio-input.h drivers/virtio: add virtio input driver 2023-08-13 11:47:39 -03:00
virtio-mmio.c virtio: move metal_init to the virtio_register_drivers() 2024-02-18 04:09:44 -08:00
virtio-net.c virtio-net:Fix the compile error. 2023-12-21 01:21:01 -08:00
virtio-net.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-rng.c virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-rng.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-rpmb.c rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-rpmb.h rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-serial.c virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-serial.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-snd.c audio:add state sync for virtio snd device 2023-09-25 21:04:59 +08:00
virtio-snd.h audio:add virtio snd driver 2023-08-11 20:40:40 +08:00
virtio.c nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00