GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sparc / include / asm / oplib.h
blob72e04e13a6b4059b1c0f5a0946c2510db51f6ce9
1 #ifndef ___ASM_SPARC_OPLIB_H
2 #define ___ASM_SPARC_OPLIB_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm/oplib_64.h>
5 #else
6 #include <asm/oplib_32.h>
7 #endif
8 #endif