zephyr/subsys/fs/fcb
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
..
CMakeLists.txt
Kconfig subsys/fs: remove FS_FLASH_STORAGE_PARTITION 2019-07-22 18:21:50 +02:00
fcb.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_append.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_elem_info.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_getnext.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_priv.h
fcb_rotate.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_walk.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00