summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/sanboot.h
blob: ff7b88d149c00f813b1861881c480a7ad7f45d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _BITS_SANBOOT_H
#define _BITS_SANBOOT_H

/** @file
 *
 * x86-specific sanboot API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <ipxe/bios_sanboot.h>

#endif /* _BITS_SANBOOT_H */