Changeset 40257f5 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2008-06-05T22:49:54Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e32e092
Parents:
32443b0
Message:

Evict the code which loads the TMPFS file system from a file system dump to a
dedicated source file.

File:
1 edited

Legend:

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

    r32443b0 r40257f5  
    6161extern fs_reg_t tmpfs_reg;
    6262
     63extern libfs_ops_t tmpfs_libfs_ops;
     64
    6365extern void tmpfs_mount(ipc_callid_t, ipc_call_t *);
    6466extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *);
     
    6870extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *);
    6971
     72extern bool tmpfs_restore(dev_handle_t);
     73
    7074#endif
    7175
Note: See TracChangeset for help on using the changeset viewer.