dos line endings

svn path=/trunk/; revision=16887
This commit is contained in:
Steven Edwards 2005-07-29 23:03:42 +00:00
parent f5bba7d9af
commit 62e33ea5ff
25 changed files with 4820 additions and 4820 deletions

View file

@ -1,13 +1,13 @@
/* boot.h - Read and analyze ia PC/MS-DOS boot sector */
/* Written 1993 by Werner Almesberger */
#ifndef _BOOT_H
#define _BOOT_H
void read_boot(DOS_FS *fs);
/* Reads the boot sector from the currently open device and initializes *FS */
#endif
/* boot.h - Read and analyze ia PC/MS-DOS boot sector */
/* Written 1993 by Werner Almesberger */
#ifndef _BOOT_H
#define _BOOT_H
void read_boot(DOS_FS *fs);
/* Reads the boot sector from the currently open device and initializes *FS */
#endif