nuttx/drivers/misc
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
..
addrenv.c
CMakeLists.txt
dev_ascii.c
dev_null.c
dev_zero.c
Kconfig rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
lwl_console.c
Make.defs driver/tee: add optee client driver module 2023-11-23 06:25:48 -08:00
mkrd.c
optee_msg.h Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
optee.c driver/tee: add some comments and document files in LICENSE 2023-11-23 06:25:48 -08:00
ramdisk.c
rpmsgblk_server.c rpmsgblk: split mmc_ioc_multi_cmd to mmc_ioc_cmd for less share memory allocation 2023-11-22 08:08:12 -08:00
rpmsgblk.c rpmsgblk: split mmc_ioc_multi_cmd to mmc_ioc_cmd for less share memory allocation 2023-11-22 08:08:12 -08:00
rpmsgblk.h rpmsgblk: use a fixed length struct to transfer between two cpus 2023-11-22 08:08:12 -08:00
rpmsgdev_server.c nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
rpmsgdev.c
rpmsgdev.h
rwbuffer.c