]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: Add support for saving data to filesystems
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:50 +0000 (08:42 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000 (11:17 -0400)
commita8f6ab5229fb4cd8299df84c8698e128b5125a8e
tree24212cc0526acebfb6ddfeb08781aa01e019cb90
parent4ca30d60248b42ac6f949b3e797fbec939387cb0
fs: Add support for saving data to filesystems

Add a new method for saving that filesystems can implement. This mirrors the
existing load method.

Signed-off-by: Simon Glass <sjg@chromium.org>
fs/fs.c
include/fs.h