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


Ignore:
Timestamp:
2007-12-25T20:02:25Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1bf5cb
Parents:
1356a04c
Message:

VFS and TMPFS support for VFS_WRITE.

File:
1 edited

Legend:

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

    r1356a04c ree1b8ca  
    6363extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *);
    6464extern void tmpfs_read(ipc_callid_t, ipc_call_t *);
     65extern void tmpfs_write(ipc_callid_t, ipc_call_t *);
    6566
    6667#endif
Note: See TracChangeset for help on using the changeset viewer.