aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/include/filesystem/device_file.hpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17Clean up project folder structuremarcel.braun1-32/+0
2026-03-17use const & wherever applicableLukas Oesch1-1/+1
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-2/+4
2026-03-17Refactor device_filemarcel.braun1-1/+1
2026-03-17implement read and write bytes from deviceLukas Oesch1-0/+30