00001 00038 #ifndef HUGEMEM_H_INCLUDED 00039 #define HUGEMEM_H_INCLUDED 00040 00041 #include <stdint.h> 00042 #include <stddef.h> 00043 #include <physmem.h> 00044 #include <arch/hugemem.h> 00045 00128 hugemem_ptr_t hugemem_alloc(struct physmem_pool *pool, phys_size_t size, 00129 unsigned int align_order); 00130 00132 00133 #endif /* HUGEMEM_H_INCLUDED */
1.6.3