zephyr/include/fs
Andrzej Puzdrowski 94a022c954 fcb: start using errno codes
Switch form using privater FCB error codes to
errno codes. FCB private codes convention were compatible
with <errno.h> codes:
- 0 mean success
- negative values mean errors
- similar error types.
There was no sense to kept private FCB error codes.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-09-08 12:42:53 +02:00
..
fcb.h fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fs.h subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
fs_interface.h
littlefs.h subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
nvs.h