aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/sections.h
blob: c7c69b00967ffe4fa826dcdbece00d901c1fe270 (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_SECTIONS_H
#define ___ASM_SPARC_SECTIONS_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/sections_64.h>
#else
#include <asm/sections_32.h>
#endif
#endif