Subversion Repositories HelenOS

Rev

Rev 2789 | Rev 2831 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2789 Rev 2793
Line 111... Line 111...
111
            uint16_t    signature;
111
            uint16_t    signature;
112
        } __attribute__ ((packed));
112
        } __attribute__ ((packed));
113
    };
113
    };
114
} __attribute__ ((packed)) fat_bs_t;
114
} __attribute__ ((packed)) fat_bs_t;
115
 
115
 
-
 
116
#define FAT_ATTR_RDONLY     (1 << 0)
-
 
117
#define FAT_ATTR_VOLLABEL   (1 << 3)
-
 
118
#define FAT_ATTR_SUBDIR     (1 << 4)
-
 
119
 
116
typedef struct {
120
typedef struct {
117
    uint8_t     name[8];
121
    uint8_t     name[8];
118
    uint8_t     ext[3];
122
    uint8_t     ext[3];
119
    uint8_t     attr;
123
    uint8_t     attr;
120
    uint8_t     reserved;
124
    uint8_t     reserved;