Changeset d3a9ae74 in mainline for uspace/srv/fs/ext4fs/ext4fs.h


Ignore:
Timestamp:
2011-09-27T15:48:31Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c9e71a
Parents:
5dd4f77a
Message:

Stubs for VFS and libfs operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs.h

    r5dd4f77a rd3a9ae74  
    3434#define EXT4FS_EXT4FS_H_
    3535
     36#include <libfs.h>
     37
     38extern vfs_out_ops_t ext4fs_ops;
     39extern libfs_ops_t ext4fs_libfs_ops;
     40
     41extern int ext4fs_global_init(void);
     42extern int ext4fs_global_fini(void);
     43
    3644
    3745#endif
Note: See TracChangeset for help on using the changeset viewer.