Changeset a2aa1dec in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-04-02T19:46:57Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f718ab
Parents:
94b0b63
Message:

First untested bits of FAT lookup support.

File:
1 edited

Legend:

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

    r94b0b63 ra2aa1dec  
    114114} __attribute__ ((packed)) fat_bs_t;
    115115
     116#define FAT_ATTR_RDONLY         (1 << 0)
     117#define FAT_ATTR_VOLLABEL       (1 << 3)
     118#define FAT_ATTR_SUBDIR         (1 << 4)
     119
    116120typedef struct {
    117121        uint8_t         name[8];
Note: See TracChangeset for help on using the changeset viewer.