mirror of
https://github.com/ipxe/ipxe
synced 2026-01-14 18:39:06 +03:00
15 lines
209 B
C
15 lines
209 B
C
|
|
#ifndef _BITS_SANBOOT_H
|
||
|
|
#define _BITS_SANBOOT_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* i386-specific sanboot API implementations
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||
|
|
|
||
|
|
#include <ipxe/bios_sanboot.h>
|
||
|
|
|
||
|
|
#endif /* _BITS_SANBOOT_H */
|