summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/bootsector.h
blob: c5d35aae347c83996ad89f6e081c365e54acd6ed (plain) (tree)
1
2
3
4
5
6
7
8
9







                              
                                       
 



                                                                       
#ifndef _BOOTSECTOR_H
#define _BOOTSECTOR_H

/** @file
 *
 * x86 bootsector image format
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern int call_bootsector ( unsigned int segment, unsigned int offset,
			     unsigned int drive );

#endif /* _BOOTSECTOR_H */