summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bootsector.h
blob: 8730fbfcce82882c81a6eb342143c1ad2ddc9075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BOOTSECTOR_H
#define _BOOTSECTOR_H

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

FILE_LICENCE ( GPL2_OR_LATER );

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

#endif /* _BOOTSECTOR_H */