Changeset b14d9f9 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2017-05-05T17:37:36Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
951f6b9e
Parents:
75b24cd
Message:

Mount should be able to print the list of available file system types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r75b24cd rb14d9f9  
    4343#include <ipc/vfs.h>
    4444#include <task.h>
     45#include <vfs/vfs.h>
    4546
    4647#ifndef dprintf
     
    174175extern fs_handle_t fs_name_to_handle(unsigned int instance, const char *, bool);
    175176extern vfs_info_t *fs_handle_to_info(fs_handle_t);
     177extern int vfs_get_fstypes(vfs_fstypes_t *);
    176178
    177179extern int vfs_lookup_internal(vfs_node_t *, char *, int, vfs_lookup_res_t *);
Note: See TracChangeset for help on using the changeset viewer.