Sign in
ara-mdk
/
kernel
/
panda
/
837b41b5de356aa67abb2cadb5eef3efc7776f91
/
.
/
include
/
asm-sparc
/
pgalloc.h
blob: 7fa02b53d392cef4e9c48a82decdbc639c9b97ae [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_PGALLOC_H
#define
___ASM_SPARC_PGALLOC_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/pgalloc_64.h>
#else
#include
<asm-sparc/pgalloc_32.h>
#endif
#endif