Changeset c1f7a315 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2016-09-02T14:40:16Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae6021d
Parents:
e503517a
Message:

Factor out handling of pager requests to vfs_pager.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    re503517a rc1f7a315  
    224224extern void vfs_statfs(ipc_callid_t, ipc_call_t *);
    225225
     226extern void vfs_page_in(ipc_callid_t, ipc_call_t *);
     227
    226228typedef struct {
    227229        void *buffer;
Note: See TracChangeset for help on using the changeset viewer.