Sign in
zircon-guest
/
third_party
/
linux
/
1b0f84380b10ee97f7d2dd191294de9017e94d1d
/
.
/
arch
/
powerpc
/
include
/
asm
/
pgalloc.h
blob: 0413457ba11dc0a08f6d86349a35efb0cae38063 [
file
]
#ifndef
_ASM_POWERPC_PGALLOC_H
#define
_ASM_POWERPC_PGALLOC_H
#include
<linux/mm.h>
#ifdef
CONFIG_PPC_BOOK3S
#include
<asm/book3s/pgalloc.h>
#else
#include
<asm/nohash/pgalloc.h>
#endif
#endif
/* _ASM_POWERPC_PGALLOC_H */