Changeset 096c8835 in mainline for uspace/srv/fs/minixfs/mfs_super.h


Ignore:
Timestamp:
2011-03-01T21:15:18Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
819450a
Parents:
dddb357
Message:

Add mfs_mounted(), not yet finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_super.h

    rdddb357 r096c8835  
    3535
    3636#include "mfs_const.h"
    37 
     37#include "../../vfs/vfs.h"
    3838
    3939struct mfs_superblock {
     
    6767} __attribute__ ((packed));
    6868
     69void mfs_mounted(ipc_callid_t rid, ipc_call_t *request);
     70
    6971#endif
    7072
Note: See TracChangeset for help on using the changeset viewer.