fix typos.
[reactos.git] / rosapps / sysutils / dosfsck / boot.h
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