#include <oskit/fs/netbsd.h>oskit_error_t fs_netbsd_init(void);
client OS filesystem library
This function initializes the NetBSD fs library, and must be invoked prior to the first call to fs_netbsd_mount. This function only needs to be invoked once by the client operating system.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.