home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / filesyst / dosfs / dosfsck_.z / dosfsck_ / dosfsck / boot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-08  |  252 b   |  14 lines

  1. /* boot.h  -  Read and analyze ia PC/MS-DOS boot sector */
  2.  
  3. /* Written 1993 by Werner Almesberger */
  4.  
  5.  
  6. #ifndef _BOOT_H
  7. #define _BOOT_H
  8.  
  9. void read_boot(DOS_FS *fs);
  10.  
  11. /* Reads the boot sector from the currently open device and initializes *FS */
  12.  
  13. #endif
  14.