Changeset c20aa06 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2009-06-03T19:01:53Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
80e3c69
Parents:
17fd1d4
Message:

implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned)
implement no-op VFS_SYNC and VFS_CLOSE

File:
1 edited

Legend:

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

    r17fd1d4 rc20aa06  
    8787extern void tmpfs_write(ipc_callid_t, ipc_call_t *);
    8888extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *);
     89extern void tmpfs_close(ipc_callid_t, ipc_call_t *);
    8990extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *);
     91extern void tmpfs_open_node(ipc_callid_t, ipc_call_t *);
     92extern void tmpfs_device(ipc_callid_t, ipc_call_t *);
     93extern void tmpfs_sync(ipc_callid_t, ipc_call_t *);
    9094
    9195extern bool tmpfs_restore(dev_handle_t);
Note: See TracChangeset for help on using the changeset viewer.