home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1999 October (Suse) / SU6203.E01.ISO / dosutils / ext2tool / src / diskio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-19  |  404 b   |  9 lines

  1. /***************************************************************************
  2.  * diskio.h - Basic disk I/O routines
  3.  *
  4.  * Copyright (C) 1995 Claus Tondering, ct@login.dknet.dk
  5.  * This file may be redistributed under the terms of the GNU Public License.
  6.  ***************************************************************************/
  7.  
  8. extern int readdisk(int disk, int start, int nsect, void *buf);
  9.