summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/bits/sanboot.h
blob: 9c77a4d427fef315d4618a83af55c8e6856804c1 (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 );

#include <ipxe/bios_sanboot.h>

#endif /* _BITS_SANBOOT_H */