Changeset 90e6025 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2007-09-28T16:48:16Z (18 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e0476ad
Parents:
12a56fa
Message:

Fixed naming convention in IPC.

File:
1 edited

Legend:

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

    r12a56fa r90e6025  
    3838#include <atomic.h>
    3939#include <sys/types.h>
     40#include <bool.h>
    4041
    4142#define dprintf(...)    printf(__VA_ARGS__)
    4243
    43 #define VFS_FIRST       FIRST_USER_METHOD
     44#define VFS_FIRST       IPC_FIRST_USER_METHOD
    4445
    4546#define IPC_METHOD_TO_VFS_OP(m) ((m) - VFS_FIRST)       
Note: See TracChangeset for help on using the changeset viewer.