Changeset e2ad8e4 in mainline for uspace/srv/fs/minixfs/mfs.c


Ignore:
Timestamp:
2011-02-27T20:31:49Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7de65cd
Parents:
c2eef61c
Message:

Add MinixFS superblock structure definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.c

    rc2eef61c re2ad8e4  
    3838 */
    3939
    40 
    41 #include "mfs_const.h"
    4240#include <ipc/services.h>
    4341#include <ipc/ns.h>
     
    4947#include <libfs.h>
    5048#include "../../vfs/vfs.h"
     49#include "mfs_const.h"
     50#include "mfs_super.h"
    5151
    5252#define NAME    "mfs"
Note: See TracChangeset for help on using the changeset viewer.