]> git.corax.cc Git - corax/commit
sys/io: Add file_read() and file_write() wrapper functions for a file's f_ops->read...
authorMatthias Kruk <m@m10k.eu>
Sat, 15 Aug 2020 06:19:25 +0000 (15:19 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 15 Aug 2020 06:19:25 +0000 (15:19 +0900)
commit7b57413ac28bc1325154620109108c356e8744da
treebe86bece55c09a934cbc9a7e9bf20239d382c201
parent66072db87a4e5f8e44f4ae4c7ac71c51de925e40
sys/io: Add file_read() and file_write() wrapper functions for a file's f_ops->read() and f_ops->write() functions
sys/io/file.c
sys/io/file.h