00001 #ifndef _BOOTSECTOR_H 00002 #define _BOOTSECTOR_H 00003 00004 /** @file 00005 * 00006 * x86 bootsector image format 00007 */ 00008 00009 FILE_LICENCE ( GPL2_OR_LATER ); 00010 00011 extern int call_bootsector ( unsigned int segment, unsigned int offset, 00012 unsigned int drive ); 00013 00014 #endif /* _BOOTSECTOR_H */
1.5.7.1