home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / disk-man / mtools-3.000 / mtools-3 / mtools-3.0 / plain_io.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-31  |  293 b   |  13 lines

  1. #ifndef MTOOLS_PLAINIO_H
  2. #define MTOOLS_PLAINIO_H
  3.  
  4. #include "stream.h"
  5. #include "msdos.h"
  6.  
  7. /* plain io */
  8. Stream_t *SimpleFloppyOpen(struct device *dev, struct device *orig_dev,
  9.                char *name, int mode, char *errms);
  10. int check_parameters(struct device *ref, struct device *testee);
  11.  
  12. #endif
  13.