Changeset 82650385 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-05T17:11:24Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3564cdd
Parents:
939b7d2
Message:

export minixfs headers into a separate library

File:
1 edited

Legend:

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

    r939b7d2 r82650385  
    3434#define _MFS_H_
    3535
    36 #include "mfs_const.h"
     36#include <fs/minix.h>
    3737#include "../../vfs/vfs.h"
     38
     39typedef enum {
     40        MFS_VERSION_V1 = 1,
     41        MFS_VERSION_V1L,
     42        MFS_VERSION_V2,
     43        MFS_VERSION_V2L,
     44        MFS_VERSION_V3
     45} mfs_version_t;
    3846
    3947extern void mfs_mounted(ipc_callid_t rid, ipc_call_t *request);
Note: See TracChangeset for help on using the changeset viewer.