1
0
Fork 0
forked from nuttx/nuttx-update

userspace: Exclude nuttx/arch.h

This patch fixed userspace headers conflict. Architecture-related definition and API should not be exposed to users.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
ouyangxiangzhen 2024-10-16 10:49:33 +08:00 committed by Xiang Xiao
parent b271507c9f
commit 17c51c0667
98 changed files with 111 additions and 32 deletions

View file

@ -29,6 +29,7 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/timers/oneshot.h> #include <nuttx/timers/oneshot.h>

View file

@ -48,6 +48,7 @@
#include <syslog.h> #include <syslog.h>
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/kthread.h> #include <nuttx/kthread.h>
#include <nuttx/mqueue.h> #include <nuttx/mqueue.h>

View file

@ -136,7 +136,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = ca869dd97ed2c01187b85b759c0d6edb27c12c21 ESP_HAL_3RDPARTY_VERSION = e3899a2324c8e326db20f99f208e890fdd7a5b92
endif endif
ifndef ESP_HAL_3RDPARTY_URL ifndef ESP_HAL_3RDPARTY_URL

View file

@ -22,6 +22,7 @@
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/
#include <nuttx/arch.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>

View file

@ -239,7 +239,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = 51afbfd1a17e806fa6fd8227a18395c1bbecbad3 ESP_HAL_3RDPARTY_VERSION = e3899a2324c8e326db20f99f208e890fdd7a5b92
endif endif
ifndef ESP_HAL_3RDPARTY_URL ifndef ESP_HAL_3RDPARTY_URL

View file

@ -25,6 +25,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <debug.h> #include <debug.h>
#include <assert.h> #include <assert.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/efuse/efuse.h> #include <nuttx/efuse/efuse.h>

View file

@ -28,6 +28,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/compiler.h> #include <nuttx/compiler.h>
#include <nuttx/clock.h>
#include <intel64_hpet.h> #include <intel64_hpet.h>

View file

@ -216,7 +216,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = b4c723a119344b4b71d69819019d55637fb570fd ESP_HAL_3RDPARTY_VERSION = e3899a2324c8e326db20f99f208e890fdd7a5b92
endif endif
ifndef ESP_HAL_3RDPARTY_URL ifndef ESP_HAL_3RDPARTY_URL

View file

@ -25,6 +25,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <debug.h> #include <debug.h>
#include <assert.h> #include <assert.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/efuse/efuse.h> #include <nuttx/efuse/efuse.h>

View file

@ -145,7 +145,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = b4c723a119344b4b71d69819019d55637fb570fd ESP_HAL_3RDPARTY_VERSION = e3899a2324c8e326db20f99f208e890fdd7a5b92
endif endif
ifndef ESP_HAL_3RDPARTY_URL ifndef ESP_HAL_3RDPARTY_URL

View file

@ -218,7 +218,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = b4c723a119344b4b71d69819019d55637fb570fd ESP_HAL_3RDPARTY_VERSION = e3899a2324c8e326db20f99f208e890fdd7a5b92
endif endif
ifndef ESP_HAL_3RDPARTY_URL ifndef ESP_HAL_3RDPARTY_URL

View file

@ -32,6 +32,7 @@
#include <debug.h> #include <debug.h>
#include <errno.h> #include <errno.h>
#include <nuttx/arch.h>
#include <nuttx/addrenv.h> #include <nuttx/addrenv.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/binfmt/binfmt.h> #include <nuttx/binfmt/binfmt.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -26,7 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/userspace.h> #include <nuttx/arch.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -28,6 +28,7 @@
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <endian.h> #include <endian.h>
#include <strings.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <crypto/bn.h> #include <crypto/bn.h>
#include <crypto/cryptodev.h> #include <crypto/cryptodev.h>

View file

@ -23,6 +23,8 @@
****************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h>
#include <nuttx/audio/audio_dma.h> #include <nuttx/audio/audio_dma.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/queue.h> #include <nuttx/queue.h>

View file

@ -24,6 +24,7 @@
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/queue.h> #include <nuttx/queue.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>

View file

@ -29,6 +29,7 @@
#include <poll.h> #include <poll.h>
#include <nuttx/input/mouse.h> #include <nuttx/input/mouse.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>
#include <nuttx/list.h> #include <nuttx/list.h>

View file

@ -29,6 +29,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>
#include <nuttx/signal.h> #include <nuttx/signal.h>

View file

@ -43,6 +43,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <poll.h> #include <poll.h>
#include <nuttx/arch.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>

View file

@ -24,6 +24,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <errno.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <debug.h> #include <debug.h>

View file

@ -27,6 +27,8 @@
#include <fcntl.h> #include <fcntl.h>
#include <netpacket/rpmsg.h> #include <netpacket/rpmsg.h>
#include <nuttx/drivers/optee.h> #include <nuttx/drivers/optee.h>
#include <nuttx/fs/fs.h>
#include <nuttx/net/net.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>
#include <sys/mman.h> #include <sys/mman.h>

View file

@ -35,6 +35,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/signal.h> #include <nuttx/signal.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>

View file

@ -41,6 +41,7 @@
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/drivers/rwbuffer.h> #include <nuttx/drivers/rwbuffer.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h> #include <nuttx/mtd/mtd.h>

View file

@ -31,6 +31,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h> #include <nuttx/mtd/mtd.h>

View file

@ -28,6 +28,7 @@
#include <debug.h> #include <debug.h>
#include <errno.h> #include <errno.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/addrenv.h> #include <nuttx/addrenv.h>

View file

@ -28,6 +28,7 @@
#include <debug.h> #include <debug.h>
#include <errno.h> #include <errno.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>
#include <nuttx/addrenv.h> #include <nuttx/addrenv.h>

View file

@ -29,6 +29,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/list.h> #include <nuttx/list.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>

View file

@ -38,6 +38,7 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/semaphore.h> #include <nuttx/semaphore.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>

View file

@ -25,8 +25,10 @@
#include <stdint.h> #include <stdint.h>
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/nuttx.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/nuttx.h>
#include <nuttx/power/battery_gauge.h> #include <nuttx/power/battery_gauge.h>
#include <nuttx/power/battery_ioctl.h> #include <nuttx/power/battery_ioctl.h>

View file

@ -32,6 +32,7 @@
#include <poll.h> #include <poll.h>
#include <fcntl.h> #include <fcntl.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>
#include <nuttx/circbuf.h> #include <nuttx/circbuf.h>

View file

@ -32,6 +32,7 @@
#include <debug.h> #include <debug.h>
#include <string.h> #include <string.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/kthread.h> #include <nuttx/kthread.h>
#include <nuttx/signal.h> #include <nuttx/signal.h>

View file

@ -30,6 +30,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/i2c/i2c_master.h> #include <nuttx/i2c/i2c_master.h>

View file

@ -31,6 +31,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/signal.h> #include <nuttx/signal.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>

View file

@ -35,6 +35,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/spinlock.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/arch.h> #include <nuttx/arch.h>
#include <nuttx/clk/clk.h> #include <nuttx/clk/clk.h>

View file

@ -22,6 +22,7 @@
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/
#include <nuttx/irq.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>

View file

@ -24,9 +24,12 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <stdio.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h>
#include <nuttx/timers/rtc.h> #include <nuttx/timers/rtc.h>
#include <nuttx/timers/pl031.h> #include <nuttx/timers/pl031.h>
#include <stdio.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View file

@ -29,6 +29,7 @@
#include <poll.h> #include <poll.h>
#include <stdio.h> #include <stdio.h>
#include <nuttx/irq.h>
#include <nuttx/nuttx.h> #include <nuttx/nuttx.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/queue.h> #include <nuttx/queue.h>

View file

@ -35,6 +35,7 @@
#include <errno.h> #include <errno.h>
#include <poll.h> #include <poll.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>

View file

@ -24,6 +24,8 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <assert.h>
#include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>

View file

@ -27,6 +27,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <poll.h> #include <poll.h>
#include <nuttx/sched.h>
#include <nuttx/video/v4l2_m2m.h> #include <nuttx/video/v4l2_m2m.h>
#include <nuttx/video/video.h> #include <nuttx/video/video.h>

View file

@ -29,6 +29,7 @@
#include <stdint.h> #include <stdint.h>
#include <sys/param.h> #include <sys/param.h>
#include <nuttx/arch.h>
#include <nuttx/virtio/virtio.h> #include <nuttx/virtio/virtio.h>
#include <nuttx/virtio/virtio-mmio.h> #include <nuttx/virtio/virtio-mmio.h>

View file

@ -29,6 +29,7 @@
#ifdef CONFIG_DRIVERS_VIRTIO_PCI #ifdef CONFIG_DRIVERS_VIRTIO_PCI
#include <nuttx/arch.h>
#include <nuttx/pci/pci.h> #include <nuttx/pci/pci.h>
#include <nuttx/virtio/virtio.h> #include <nuttx/virtio/virtio.h>
#include <nuttx/wdog.h> #include <nuttx/wdog.h>

View file

@ -25,6 +25,7 @@
#include <debug.h> #include <debug.h>
#include <string.h> #include <string.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/atomic.h> #include <nuttx/atomic.h>
#include <nuttx/net/snoop.h> #include <nuttx/net/snoop.h>

View file

@ -22,6 +22,8 @@
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/
#include <assert.h>
#include "fs_heap.h" #include "fs_heap.h"
#if defined(CONFIG_FS_HEAPSIZE) && CONFIG_FS_HEAPSIZE > 0 #if defined(CONFIG_FS_HEAPSIZE) && CONFIG_FS_HEAPSIZE > 0

View file

@ -33,6 +33,7 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include "inode/inode.h" #include "inode/inode.h"

View file

@ -42,6 +42,7 @@
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/fs/procfs.h> #include <nuttx/fs/procfs.h>
#include <nuttx/sched.h>
#include "fs_heap.h" #include "fs_heap.h"

View file

@ -44,6 +44,7 @@
# include <time.h> # include <time.h>
#endif #endif
#include <nuttx/arch.h>
#include <nuttx/nuttx.h> #include <nuttx/nuttx.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/tls.h> #include <nuttx/tls.h>

View file

@ -36,6 +36,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/fs/procfs.h> #include <nuttx/fs/procfs.h>

View file

@ -26,12 +26,9 @@
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>
#include <nuttx/mm/map.h> #include <nuttx/mm/map.h>
#if defined (CONFIG_BUILD_KERNEL)
#include <nuttx/arch.h> #include <nuttx/arch.h>
#include <nuttx/pgalloc.h> #include <nuttx/pgalloc.h>
#include <nuttx/sched.h> #include <nuttx/sched.h>
#endif
#include "shm/shmfs.h" #include "shm/shmfs.h"
#include "inode/inode.h" #include "inode/inode.h"

View file

@ -33,6 +33,7 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>

View file

@ -32,6 +32,7 @@
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/mtd/mtd.h> #include <nuttx/mtd/mtd.h>
#include <nuttx/net/net.h>
#include "inode/inode.h" #include "inode/inode.h"
/**************************************************************************** /****************************************************************************

View file

@ -33,6 +33,7 @@
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
#include <nuttx/sched.h>
#include <nuttx/cancelpt.h> #include <nuttx/cancelpt.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>

View file

@ -31,6 +31,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/param.h> #include <sys/param.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>

View file

@ -29,6 +29,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/net/net.h> #include <nuttx/net/net.h>
#include "fs_heap.h" #include "fs_heap.h"

View file

@ -31,6 +31,7 @@
#include <debug.h> #include <debug.h>
#include <nuttx/irq.h>
#include <nuttx/wdog.h> #include <nuttx/wdog.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>

View file

@ -34,7 +34,10 @@
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>
#include <nuttx/userspace.h>
#ifdef CONFIG_MM_KERNEL_HEAP
#include <nuttx/sched.h>
#endif
/**************************************************************************** /****************************************************************************
* Public Types * Public Types

View file

@ -29,6 +29,7 @@
#include <stdint.h> #include <stdint.h>
#include <nuttx/fs/fs.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>

View file

@ -30,6 +30,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/irq.h> #include <nuttx/irq.h>
#include <nuttx/mutex.h> #include <nuttx/mutex.h>
#include <nuttx/spinlock.h>
#include <debug.h> #include <debug.h>
#include <errno.h> #include <errno.h>

View file

@ -31,6 +31,7 @@
#ifdef CONFIG_PCI_IVSHMEM #ifdef CONFIG_PCI_IVSHMEM
#include <nuttx/irq.h>
#include <nuttx/list.h> #include <nuttx/list.h>
/**************************************************************************** /****************************************************************************

View file

@ -34,8 +34,6 @@
#include <signal.h> #include <signal.h>
#include <pthread.h> #include <pthread.h>
#include <nuttx/arch.h>
#ifdef CONFIG_BUILD_PROTECTED #ifdef CONFIG_BUILD_PROTECTED
/**************************************************************************** /****************************************************************************

View file

@ -389,7 +389,7 @@ struct ucred
****************************************************************************/ ****************************************************************************/
static inline FAR struct cmsghdr *__cmsg_nxthdr(FAR void *__ctl, static inline FAR struct cmsghdr *__cmsg_nxthdr(FAR void *__ctl,
unsigned int __size, unsigned long __size,
FAR struct cmsghdr *__cmsg) FAR struct cmsghdr *__cmsg)
{ {
size_t len = CMSG_ALIGN(__cmsg->cmsg_len); size_t len = CMSG_ALIGN(__cmsg->cmsg_len);

View file

@ -29,6 +29,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/compiler.h> #include <nuttx/compiler.h>
#ifdef CONFIG_SYSLOG_TO_SCHED_NOTE #ifdef CONFIG_SYSLOG_TO_SCHED_NOTE
#include <nuttx/sched_note.h> #include <nuttx/sched_note.h>
#endif #endif

View file

@ -25,6 +25,7 @@
****************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/arch.h>
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>

View file

@ -32,6 +32,7 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <nuttx/cache.h>
#include <nuttx/elf.h> #include <nuttx/elf.h>
#include <nuttx/lib/modlib.h> #include <nuttx/lib/modlib.h>

View file

@ -38,6 +38,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/lib/modlib.h> #include <nuttx/lib/modlib.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>

View file

@ -29,6 +29,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <debug.h> #include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/lib/modlib.h> #include <nuttx/lib/modlib.h>
#include "libc.h" #include "libc.h"

View file

@ -29,6 +29,7 @@
#include <stdio.h> #include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <unistd.h>
#include "libc.h" #include "libc.h"

View file

@ -53,7 +53,7 @@
#include <sys/param.h> #include <sys/param.h>
#include <nuttx/arch.h> #include <nuttx/irq.h>
#include <nuttx/clock.h> #include <nuttx/clock.h>
#include <nuttx/init.h> #include <nuttx/init.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>

View file

@ -26,6 +26,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>

View file

@ -29,6 +29,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/addrenv.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>
/**************************************************************************** /****************************************************************************

View file

@ -28,6 +28,7 @@
#include <assert.h> #include <assert.h>
#include <nuttx/arch.h>
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>
#include "umm_heap/umm_heap.h" #include "umm_heap/umm_heap.h"

View file

@ -32,6 +32,7 @@
#include <nuttx/mm/mm.h> #include <nuttx/mm/mm.h>
#include <nuttx/addrenv.h> #include <nuttx/addrenv.h>
#include <nuttx/arch.h>
#include <nuttx/pgalloc.h> #include <nuttx/pgalloc.h>
#include "umm_heap/umm_heap.h" #include "umm_heap/umm_heap.h"

View file

@ -32,6 +32,7 @@
#include <debug.h> #include <debug.h>
#include <unistd.h> #include <unistd.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/queue.h> #include <nuttx/queue.h>

View file

@ -36,6 +36,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/semaphore.h> #include <nuttx/semaphore.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>

View file

@ -34,6 +34,7 @@
#include <stdint.h> #include <stdint.h>
#include <time.h> #include <time.h>
#include <nuttx/fs/fs.h>
#include <nuttx/clock.h> #include <nuttx/clock.h>
#include <nuttx/net/net.h> #include <nuttx/net/net.h>

View file

@ -33,6 +33,7 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/net/net.h> #include <nuttx/net/net.h>

View file

@ -35,6 +35,7 @@
#include <sys/param.h> #include <sys/param.h>
#include <nuttx/arch.h> #include <nuttx/arch.h>
#include <nuttx/irq.h>
#include <nuttx/net/snoop.h> #include <nuttx/net/snoop.h>
/**************************************************************************** /****************************************************************************

View file

@ -25,6 +25,7 @@
****************************************************************************/ ****************************************************************************/
#include <nuttx/arch.h> #include <nuttx/arch.h>
#include <nuttx/spinlock.h>
#include <nuttx/notifier.h> #include <nuttx/notifier.h>
#include <nuttx/reboot_notifier.h> #include <nuttx/reboot_notifier.h>

View file

@ -26,7 +26,9 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/sched.h>
#include <nuttx/spinlock.h> #include <nuttx/spinlock.h>
#include "signal/signal.h" #include "signal/signal.h"
/**************************************************************************** /****************************************************************************

View file

@ -33,6 +33,7 @@
#include <stdbool.h> #include <stdbool.h>
#include <sched.h> #include <sched.h>
#include <nuttx/sched.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/queue.h> #include <nuttx/queue.h>

View file

@ -34,6 +34,7 @@
#include <sched.h> #include <sched.h>
#include <assert.h> #include <assert.h>
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/wqueue.h> #include <nuttx/wqueue.h>

View file

@ -31,6 +31,7 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/wireless/ieee802154/ieee802154_mac.h> #include <nuttx/wireless/ieee802154/ieee802154_mac.h>