Subversion Repositories HelenOS

Rev

Rev 2831 | Rev 2852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2831 Rev 2844
Line 50... Line 50...
50
    int (* unlink)(void *, void *);
50
    int (* unlink)(void *, void *);
51
    fs_index_t (* index_get)(void *);
51
    fs_index_t (* index_get)(void *);
52
    size_t (* size_get)(void *);
52
    size_t (* size_get)(void *);
53
    unsigned (* lnkcnt_get)(void *);
53
    unsigned (* lnkcnt_get)(void *);
54
    bool (* has_children)(void *);
54
    bool (* has_children)(void *);
55
    void *(* root_get)(void);
55
    void *(* root_get)(dev_handle_t);
56
    char (* plb_get_char)(unsigned pos);   
56
    char (* plb_get_char)(unsigned pos);   
57
    bool (* is_directory)(void *);
57
    bool (* is_directory)(void *);
58
    bool (* is_file)(void *);
58
    bool (* is_file)(void *);
59
} libfs_ops_t;
59
} libfs_ops_t;
60
 
60