aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/page.h
blob: f32f49fcf75c71f4cf37f4b0123dc833a1a19f7c (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_PAGE_H
#define ___ASM_SPARC_PAGE_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/page_64.h>
#else
#include <asm-sparc/page_32.h>
#endif
#endif