summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/smbios.h
blob: a68413aa137ec71fc472291a46a34ca649a282dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BITS_SMBIOS_H
#define _BITS_SMBIOS_H

/** @file
 *
 * i386-specific SMBIOS API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <gpxe/bios_smbios.h>

#endif /* _BITS_SMBIOS_H */