Changeset 4bfad34 in mainline for uspace/lib/ext4/include/ext4/ops.h


Ignore:
Timestamp:
2017-05-11T22:07:09Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be39fc6
Parents:
71fe4723
Message:

Move parts of ext4 filesystem initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/include/ext4/ops.h

    r71fe4723 r4bfad34  
    3535
    3636#include <libfs.h>
     37#include "ext4/fstypes.h"
    3738
    3839extern vfs_out_ops_t ext4fs_ops;
     
    4243extern int ext4fs_global_fini(void);
    4344
     45extern int ext4fs_node_get_core(fs_node_t **, ext4fs_instance_t *, fs_index_t);
     46extern int ext4fs_node_put(fs_node_t *);
     47
    4448
    4549#endif
Note: See TracChangeset for help on using the changeset viewer.