Sign in
chromium
/
chromiumos
/
third_party
/
coreboot
/
firmware-clapper-5216.199.B
/
.
/
src
/
include
/
cpu
/
x86
/
pae.h
blob: eb8fa5a91cb840a6711c269ef30073b50480d43e [
file
] [
log
] [
blame
]
#ifndef
CPU_X86_PAE_H
#define
CPU_X86_PAE_H
#define
MAPPING_ERROR
((
void
*)
0xffffffffUL
)
void
*
map_2M_page
(
unsigned
long
page
);
#endif
/* CPU_X86_PAE_H */