summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bootsector.h
blob: e90710522583435410ba6d99200ed82aa2623c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _BOOTSECTOR_H
#define _BOOTSECTOR_H

/** @file
 *
 * x86 bootsector image format
 */

extern int call_bootsector ( unsigned int segment, unsigned int offset,
			     unsigned int drive );

#endif /* _BOOTSECTOR_H */