Changeset adb5fe3 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2008-11-09T21:24:59Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b24786a
Parents:
9a3d5f0
Message:

libfs create operation should take the device handle as argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r9a3d5f0 radb5fe3  
    245245}
    246246
    247 static void *fat_create(int flags)
     247static void *fat_create(dev_handle_t dev_handle, int flags)
    248248{
    249249        return NULL;    /* not supported at the moment */
Note: See TracChangeset for help on using the changeset viewer.