Changeset 64b67c3 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2008-05-18T21:58:54Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92f9baca
Parents:
ce7311fc
Message:

Make VFS_MOUNT call even when mounting the root file system.

File:
1 edited

Legend:

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

    rce7311fc r64b67c3  
    6161extern fs_reg_t tmpfs_reg;
    6262
     63extern void tmpfs_mount(ipc_callid_t, ipc_call_t *);
    6364extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *);
    6465extern void tmpfs_read(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.