nuttx/net/socket
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
accept.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bind.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
connect.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
getpeername.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
getsockname.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
getsockopt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Kconfig net/packet: add PACKET_<ADD|DROP>_MEMBERSHIP support 2025-12-25 10:01:43 +08:00
listen.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_close.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
net_dup2.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
net_fstat.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
net_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
net_sendfile.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
net_sockif.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
net_timeo.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
recv.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
recvfrom.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
recvmsg.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
send.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sendmsg.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
sendto.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
setsockopt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
shutdown.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
socket.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
socket.h net/ethernet: add timestamp for socket packet 2025-12-10 23:44:14 +08:00
socketpair.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00