blob: f02d2e64981b6fe90e594b819c0533711dfb35af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _BITS_SANBOOT_H
#define _BITS_SANBOOT_H
/** @file
*
* i386-specific sanboot API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/bios_sanboot.h>
#endif /* _BITS_SANBOOT_H */
|