repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
bootsector.h
blob
8730fbfcce82882c81a6eb342143c1ad2ddc9075
1
#ifndef _BOOTSECTOR_H
2
#define _BOOTSECTOR_H
3
4
/** @file
5
*
6
* x86 bootsector image format
7
*/
8
9
FILE_LICENCE
(
GPL2_OR_LATER
);
10
11
extern
int
call_bootsector
(
unsigned int
segment
,
unsigned int
offset
,
12
unsigned int
drive
);
13
14
#endif
/* _BOOTSECTOR_H */