Changeset 18ad2ab6 in mainline for uspace/srv/fs/exfat/exfat_fat.h


Ignore:
Timestamp:
2011-07-04T00:33:16Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b0b69f
Parents:
81d773f
Message:

EXFAT constants for FAT access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_fat.h

    r81d773f r18ad2ab6  
    3939#include <libblock.h>
    4040
     41#define EXFAT_ROOT_IDX          0
     42#define EXFAT_BITMAP_IDX        1
     43#define EXFAT_UCTABLE_IDX       2
     44
     45#define EXFAT_ROOT_PAR  0
     46
     47#define EXFAT_CLST_LAST 0xfffffff6
     48#define EXFAT_CLST_BAD  0xfffffff7
     49#define EXFAT_CLST_EOF  0xffffffff
    4150
    4251/* forward declarations */
Note: See TracChangeset for help on using the changeset viewer.