incubator-nuttx/fs/mmap
ouyangxiangzhen 17c51c0667 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>
2024-11-01 16:59:37 +08:00
..
CMakeLists.txt fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
Kconfig FS_RAMMAP depends on FS_REFCOUNT and remove useless macro 2024-09-23 18:22:35 +08:00
Make.defs fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
fs_anonmap.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
fs_anonmap.h fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
fs_mmap.c fs_msync:Fix crash caused under the anonymous mapping 2024-09-19 01:43:50 +08:00
fs_mmisc.c mmap: Implement the minial but reasonable mlock/munlock/mprotect 2021-07-01 08:06:54 +09:00
fs_msync.c fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
fs_munmap.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
fs_rammap.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
fs_rammap.h fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00