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

/** @file
 *
 * x86-specific multiprocessor API implementation
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/bios_mp.h>

#endif /* _BITS_MP_H */