RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sparc / include / asm / head.h
blobbe8f03f3e731d568e2260bb09bb1006708a9e2cb
1 #ifndef ___ASM_SPARC_HEAD_H
2 #define ___ASM_SPARC_HEAD_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm/head_64.h>
5 #else
6 #include <asm/head_32.h>
7 #endif
8 #endif