[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git] / src / arch / i386 / include / bootsector.h
blob8730fbfcce82882c81a6eb342143c1ad2ddc9075
1 #ifndef _BOOTSECTOR_H
2 #define _BOOTSECTOR_H
4 /** @file
6 * x86 bootsector image format
7 */
9 FILE_LICENCE ( GPL2_OR_LATER );
11 extern int call_bootsector ( unsigned int segment, unsigned int offset,
12 unsigned int drive );
14 #endif /* _BOOTSECTOR_H */