Changeset 1090b8c in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2009-05-18T19:45:17Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c00589d
Parents:
c5747fe
Message:

C binding for devmap. Gets rid of duplicate code.

File:
1 edited

Legend:

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

    rc5747fe r1090b8c  
    3939#include <rwlock.h>
    4040#include <sys/types.h>
     41#include <devmap.h>
    4142#include <bool.h>
    4243
     
    5051/* Basic types. */
    5152typedef int16_t fs_handle_t;
    52 typedef int16_t dev_handle_t;
    5353typedef uint32_t fs_index_t;
    5454
Note: See TracChangeset for help on using the changeset viewer.