summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/dosfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/dosfs/dosfs.h')
-rw-r--r--cpukit/libfs/src/dosfs/dosfs.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpukit/libfs/src/dosfs/dosfs.h b/cpukit/libfs/src/dosfs/dosfs.h
index 93d77892d7..530d23ecd5 100644
--- a/cpukit/libfs/src/dosfs/dosfs.h
+++ b/cpukit/libfs/src/dosfs/dosfs.h
@@ -49,12 +49,9 @@ typedef struct {
uint8_t fattype; /* request value: MSDOS_FMT_FAT12/16/32 */
uint8_t media; /* media code. default: 0xF8 */
bool quick_format; /* true: do not clear out data sectors */
- uint32_t cluster_align; /* requested value: cluster alignment */
- /* make sector number of first sector */
- /* of first cluster divisible by this */
- /* value. This can optimize clusters */
- /* to be located at start of track */
- /* or start of flash block */
+ bool skip_alignment; /* do not align FAT, data cluster, and */
+ /* root directory for FAT12 and FAT16 to */
+ /* a cluster boundary */
int info_level; /* The amount of info to output */
} msdos_format_request_param_t;