Changeset 82650385 in mainline for uspace/srv/fs/minixfs/mfs_utils.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_utils.h

    r939b7d2 r82650385  
    3131 */
    3232
    33 #include "mfs_const.h"
     33#ifndef _MFS_UTILS_H_
     34#define _MFS_UTILS_H_
     35
     36#include <sys/types.h>
     37#include <bool.h>
    3438
    3539uint16_t conv16(bool native, uint16_t n);
    3640uint32_t conv32(bool native, uint32_t n);
     41
     42#endif
    3743
    3844/**
Note: See TracChangeset for help on using the changeset viewer.