blob: eb8fa5a91cb840a6711c269ef30073b50480d43e [file] [log] [blame]
Eric Biedermanc84c1902004-10-14 20:13:01 +00001#ifndef CPU_X86_PAE_H
Stefan Reinauer14e22772010-04-27 06:56:47 +00002#define CPU_X86_PAE_H
Eric Biedermanc84c1902004-10-14 20:13:01 +00003
4#define MAPPING_ERROR ((void *)0xffffffffUL)
5void *map_2M_page(unsigned long page);
6
7#endif /* CPU_X86_PAE_H */