summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/ipxe/rsdp.h
blob: 7e32c0011f1f7d5766f92983ed4e57995dbacce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_RSDP_H
#define _IPXE_RSDP_H

/** @file
 *
 * Standard PC-BIOS ACPI RSDP interface
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef ACPI_RSDP
#define ACPI_PREFIX_rsdp
#else
#define ACPI_PREFIX_rsdp __rsdp_
#endif

#endif /* _IPXE_RSDP_H */