incubator-nuttx/drivers/input
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
Kconfig rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
Make.defs
ads7843e.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
ads7843e.h
ajoystick.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
button_lower.c
button_upper.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
cypress_mbr3108.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
djoystick.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
ft5x06.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
ft5x06.h
gt9xx.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
keyboard_upper.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
max11802.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
max11802.h
mouse_upper.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
mxt.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
mxt.h
nunchuck.c
spq10kbd.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
stmpe811.h
stmpe811_adc.c
stmpe811_base.c
stmpe811_gpio.c
stmpe811_temp.c
stmpe811_tsc.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
touchscreen_upper.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
tsc2007.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
tsc2007.h
uinput.c nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00