mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
8 lines
133 B
C
8 lines
133 B
C
|
|
#ifndef _FAKEE820_H
|
||
|
|
#define _FAKEE820_H
|
||
|
|
|
||
|
|
extern void fake_e820 ( void );
|
||
|
|
extern void unfake_e820 ( void );
|
||
|
|
|
||
|
|
#endif /* _FAKEE820_H */
|