incubator-nuttx/fs/vfs
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 move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
Kconfig
Make.defs move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
fs_chstat.c
fs_close.c
fs_dir.c
fs_dup.c
fs_dup2.c
fs_epoll.c
fs_eventfd.c
fs_fchstat.c
fs_fcntl.c
fs_fstat.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
fs_fstatfs.c
fs_fsync.c
fs_ioctl.c
fs_link.c
fs_lock.c
fs_lseek.c
fs_mkdir.c
fs_open.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
fs_poll.c
fs_pread.c
fs_pseudofile.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
fs_pwrite.c
fs_read.c move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
fs_signalfd.c
fs_stat.c move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
fs_statfs.c
fs_symlink.c
fs_syncfs.c
fs_timerfd.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
fs_truncate.c move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
fs_uio.c move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
fs_unlink.c
fs_write.c move readv/writev to the kernel 2024-10-30 17:07:54 +08:00
lock.h