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

/** @file
 *
 * x86-specific system memory map API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <ipxe/int15.h>

#endif /* _BITS_MEMMAP_H */