Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef ___ASM_SPARC_PGALLOC_H
0003 #define ___ASM_SPARC_PGALLOC_H
0004 #if defined(__sparc__) && defined(__arch64__)
0005 #include <asm/pgalloc_64.h>
0006 #else
0007 #include <asm/pgalloc_32.h>
0008 #endif
0009 #endif