source:
bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/fakee820.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | #ifndef _FAKEE820_H |
2 | #define _FAKEE820_H |
3 | |
4 | FILE_LICENCE ( GPL2_OR_LATER ); |
5 | |
6 | extern void fake_e820 ( void ); |
7 | extern void unfake_e820 ( void ); |
8 | |
9 | #endif /* _FAKEE820_H */ |
Note: See TracBrowser
for help on using the repository browser.