• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 */
15