File: boot.h

package info (click to toggle)
dosfstools 2.8-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 340 kB
  • ctags: 428
  • sloc: ansic: 3,719; makefile: 175
file content (13 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
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