iPXE
fakee820.h
Go to the documentation of this file.
1#ifndef _FAKEE820_H
2#define _FAKEE820_H
3
4FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
6extern void fake_e820 ( void );
7extern void unfake_e820 ( void );
8
9#endif /* _FAKEE820_H */
void unfake_e820(void)
Definition fakee820.c:95
void fake_e820(void)
Definition fakee820.c:64
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896