Changeset 59e670e in mainline for uspace/lib/minix/minix.h


Ignore:
Timestamp:
2011-03-08T15:38:55Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
410a065
Parents:
f5cbd4f
Message:

Rewrite mkminix to improve readability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/minix/minix.h

    rf5cbd4f r59e670e  
    7575#define MFS_MAGIC_V3R           0x5A4D
    7676
     77#define MFS_VALID_FS            0x0001
     78#define MFS_ERROR_FS            0x0002
     79
    7780/*MFS V1/V2 superblock data on disk*/
    7881struct mfs_superblock {
     
    118121        int16_t         s_pad1;
    119122        /*Maximum file size expressed in bytes*/
    120         int32_t         s_max_file_size;
     123        uint32_t        s_max_file_size;
    121124        /*Total number of zones on the device*/
    122125        uint32_t        s_nzones;
Note: See TracChangeset for help on using the changeset viewer.