Changeset 5d95f02 in mainline for uspace/srv/fs/fat/fat_fat.h


Ignore:
Timestamp:
2011-08-26T23:04:07Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bf6895
Parents:
0dbe5ac
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.h

    r0dbe5ac r5d95f02  
    7676#define CC(bs)    (DS(bs) / SPC(bs))
    7777
     78#define CLBN2PBN(bs, cl, bn) \
     79        (SSA((bs)) + ((cl) - FAT_CLST_FIRST) * SPC((bs)) + (bn) % SPC((bs)))
     80
    7881#define FAT_IS_FAT12(bs)        (CC(bs) < FAT12_CLST_MAX)
    7982#define FAT_IS_FAT16(bs) \
Note: See TracChangeset for help on using the changeset viewer.