- Moved hlt() to it's own header.
[coreboot.git] / src / include / cpu / p6 / pgtbl.h
1 #ifndef CPU_P6_PGTBL_H
2 #define CPU_P6_PGTBL_H 
3
4 #define MAPPING_ERROR ((void *)0xffffffffUL)
5 void *map_2M_page(int cpu_index, unsigned long page);
6
7 #endif /* CPU_P6_PGTBL_H  */