]> Git Repo - J-u-boot.git/commit
fs: add mkdir interface
authorAKASHI Takahiro <[email protected]>
Tue, 11 Sep 2018 06:59:08 +0000 (15:59 +0900)
committerAlexander Graf <[email protected]>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
commite7074cffb8dccf862260e15b8de5297891c917a0
tree5e70cd10b2780cb29c5e858a5587793031a484d1
parentcda40b2aea39ec05683a2895f31c630ef2ce5131
fs: add mkdir interface

"mkdir" interface is added to file operations.
This is a preparatory change as mkdir support for FAT file system
will be added in next patch.

Signed-off-by: AKASHI Takahiro <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
fs/fs.c
include/fs.h
This page took 0.037416 seconds and 4 git commands to generate.