Changeset 0c82d28 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2007-12-16T17:16:12Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5cdffe
Parents:
efd4a72
Message:

Move incomplete fs interface from fat.h to libfs.

File:
1 edited

Legend:

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

    refd4a72 r0c82d28  
    139139extern void fat_lookup(ipc_callid_t, ipc_call_t *);
    140140
    141 /*
    142  * The following interfaces are rather fs-neutral and might be later moved to a
    143  * dedicated library (e.g. libfs). We just wait until the interfaces stabilize
    144  * and until there is more than one fs implementation.
    145  */
    146 extern int block_read(int, unsigned long, void *);
    147 extern int block_write(int, unsigned long, void *);
    148 
    149 extern void node_add_mp(int, unsigned long);
    150 extern void node_del_mp(int, unsigned long);
    151 extern bool node_is_mp(int, unsigned long);
    152 
    153141#endif
    154142
Note: See TracChangeset for help on using the changeset viewer.