source: trunk/minix/commands/i386/mtools-3.9.7/xdf_io.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

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
7struct xdf_info {
8 int FatSize;
9 int RootDirSize;
10 int BadSectors;
11};
12
13Stream_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.