#include <oskit/fs/linux.h>oskit_error_t fs_linux_init(void);
client OS filesystem library
This function initializes the Linux fs library, and must be invoked prior to the first call to fs_linux_mount. This function only needs to be invoked once by the client operating system.All filesystems listed in <oskit/fs/linux_filesystems.h> are initialized.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.