mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
62e33ea5ff
svn path=/trunk/; revision=16887
13 lines
265 B
C
13 lines
265 B
C
/* 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
|