Changeset 042a725 in mainline for uspace/srv/fs/exfat/exfat_dentry.h


Ignore:
Timestamp:
2011-07-04T00:40:28Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc97128
Parents:
630bf41b
Message:

Minor fix

File:
1 edited

Legend:

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

    r630bf41b r042a725  
    5050#define EXFAT_TYPE_NAME         0xC1
    5151
    52 #define FAT_ATTR_RDONLY   0x01
    53 #define FAT_ATTR_HIDDEN   0x02
    54 #define FAT_ATTR_SYSTEM   0x04
    55 #define FAT_ATTR_SUBDIR   0x10
    56 #define FAT_ATTR_ARCHIVE  0x20
     52#define EXFAT_ATTR_RDONLY       0x01
     53#define EXFAT_ATTR_HIDDEN       0x02
     54#define EXFAT_ATTR_SYSTEM       0x04
     55#define EXFAT_ATTR_SUBDIR       0x10
     56#define EXFAT_ATTR_ARCHIVE      0x20
    5757
    5858
Note: See TracChangeset for help on using the changeset viewer.