Changeset 9dc6083 in mainline for uspace/lib/c/include/ipc


Ignore:
Timestamp:
2013-07-06T15:53:01Z (12 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11baebb
Parents:
66366470
Message:

Implement statfs operation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    r66366470 r9dc6083  
    9999        VFS_OUT_LOOKUP,
    100100        VFS_OUT_DESTROY,
    101         VFS_OUT_LAST
     101        VFS_OUT_LAST,
     102        VFS_OUT_STATFS
    102103} vfs_out_request_t;
    103104
Note: See TracChangeset for help on using the changeset viewer.