summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/fakee820.h
blob: 552b1e48de46ba7fcf874b09caa27194e3541735 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _FAKEE820_H
#define _FAKEE820_H

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern void fake_e820 ( void );
extern void unfake_e820 ( void );

#endif /* _FAKEE820_H */