source:
trunk/minix/commands/i386/mtools-3.9.7/xdf_io.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 271 bytes |
Line | |
---|---|
1 | #ifndef MTOOLS_XDFIO_H |
2 | #define MTOOLS_XDFIO_H |
3 | |
4 | #include "msdos.h" |
5 | #include "stream.h" |
6 | |
7 | struct xdf_info { |
8 | int FatSize; |
9 | int RootDirSize; |
10 | int BadSectors; |
11 | }; |
12 | |
13 | Stream_t *XdfOpen(struct device *dev, char *name, |
14 | int mode, char *errmsg, struct xdf_info *info); |
15 | |
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.