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


Ignore:
Timestamp:
2007-12-16T16:25:26Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c82d28
Parents:
74303b6
Message:

VFS work.
Move FS registration code to libfs.

File:
1 edited

Legend:

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

    r74303b6 refd4a72  
    3535
    3636#include <ipc/ipc.h>
     37#include <libfs.h>
    3738#include <atomic.h>
    3839#include <sys/types.h>
     
    134135} __attribute__ ((packed)) fat_dentry_t;
    135136
    136 extern uint8_t *plb_ro;
     137extern fs_reg_t fat_reg;
    137138
    138139extern void fat_lookup(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.