Changeset fc840d9 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-10-27T16:53:38Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a5cdded
Parents:
04619ba
Message:

Move libfs_blockread(), block_get() and block_put() to libblock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r04619ba rfc840d9  
    198198} fat_node_t;
    199199
    200 /* TODO move somewhere else */
    201 typedef struct block {
    202         void *data;
    203         size_t size;
    204         bool dirty;
    205 } block_t;
    206 
    207 extern block_t *block_get(dev_handle_t, off_t, size_t);
    208 extern void block_put(block_t *);
    209 
    210200extern fs_reg_t fat_reg;
    211201
Note: See TracChangeset for help on using the changeset viewer.