summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/dosfs/fat.h')
-rw-r--r--cpukit/libfs/src/dosfs/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libfs/src/dosfs/fat.h b/cpukit/libfs/src/dosfs/fat.h
index 4839cb7613..064b4747a9 100644
--- a/cpukit/libfs/src/dosfs/fat.h
+++ b/cpukit/libfs/src/dosfs/fat.h
@@ -331,6 +331,7 @@ typedef struct fat_vol_s
uint8_t afat; /* the number of active FAT */
int fd; /* the disk device file descriptor */
rtems_disk_device *dd; /* disk device (see libblock) */
+ dev_t dev; /* device identifier of disk */
void *private_data; /* reserved */
} fat_vol_t;