Changeset 8f9ede5 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-09-20T17:01:52Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4627c4
Parents:
6675c70
Message:

Move VFS_REGISTER functionality into a separate file.

File:
1 edited

Legend:

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

    r6675c70 r8f9ede5  
    3636#include <ipc/ipc.h>
    3737#include <libadt/list.h>
     38
     39#define dprintf(...)    printf(__VA_ARGS__)
    3840
    3941#define VFS_FIRST       FIRST_USER_METHOD
     
    8991} fs_info_t;
    9092
     93extern link_t fs_head;
     94
     95extern void vfs_register(ipc_callid_t rid, ipc_call_t *request);
     96
    9197#endif
    9298
Note: See TracChangeset for help on using the changeset viewer.