source:
bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/bootsector.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 257 bytes |
Line | |
---|---|
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 */ |
Note: See TracBrowser
for help on using the repository browser.