#include "fat.h"
#include <ipc/services.h>
#include <ipc/ns.h>
#include <async.h>
#include <errno.h>
#include <unistd.h>
#include <task.h>
#include <stdio.h>
#include <libfs.h>
#include "../../vfs/vfs.h"
Go to the source code of this file.
Defines | |
#define | NAME "fat" |
Functions | |
static void | fat_connection (ipc_callid_t iid, ipc_call_t *icall) |
This connection fibril processes VFS requests from VFS. | |
int | main (int argc, char **argv) |
Variables | |
fs_reg_t | fat_reg |
vfs_info_t | fat_vfs_info |
Definition in file fat.c.