mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
1. rpmsgdev ioctl: should assgin back the client return value to cookie->result, then this return value can be returned to the application; 2. rpmsgdev seek: the type "off_t" may be 64bit, so modify the offset in "struct rpmsgdev_lseek" to int64_t too; 3. rpmsgdev_seek: the rpmsgdev_seek in client should update the filep->f_pos after the seek operation; Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com> |
||
|---|---|---|
| .. | ||
| addrenv.c | ||
| dev_null.c | ||
| dev_zero.c | ||
| Kconfig | ||
| lwl_console.c | ||
| Make.defs | ||
| mkrd.c | ||
| ramdisk.c | ||
| rpmsgblk.c | ||
| rpmsgblk.h | ||
| rpmsgblk_server.c | ||
| rpmsgdev.c | ||
| rpmsgdev.h | ||
| rpmsgdev_server.c | ||
| rwbuffer.c | ||