nuttx/mm/iob
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
..
CMakeLists.txt mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob.h include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_add_queue.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_alloc.c mm/iob: limit the alignment length of IOB to no less than sizeof(uinptr_t) 2025-12-25 08:40:02 -03:00
iob_alloc_qentry.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_clone.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_concat.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_contig.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_copyin.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_copyout.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_count.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_dump.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_free.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_free_chain.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_free_qentry.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_free_queue.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_free_queue_qentry.c mm/iob: remove csection 2024-11-16 12:37:14 -03:00
iob_get_queue_info.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_initialize.c mm/iob: limit the alignment length of IOB to no less than sizeof(uinptr_t) 2025-12-25 08:40:02 -03:00
iob_navail.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_notifier.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_pack.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_peek_queue.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_remove_queue.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_reserve.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_statistics.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_tailroom.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_test.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_trimhead.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_trimhead_queue.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_trimtail.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
iob_update_pktlen.c net/ethernet: update all iob information in the iob_update_pktlen 2025-12-29 14:40:26 +08:00
Kconfig net: Refresh config dependency of NET_READAHEAD 2024-12-20 20:01:19 +08:00
Make.defs mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00