You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- #ifndef _GPXE_HIDEMEM_H
- #define _GPXE_HIDEMEM_H
-
- /**
- * @file
- *
- * Hidden memory regions
- *
- */
-
- #include <stdint.h>
-
- extern void hide_umalloc ( physaddr_t start, physaddr_t end );
-
- #endif /* _GPXE_HIDEMEM_H */
|