PageRenderTime 22ms CodeModel.GetById 17ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/sparc/include/asm/system.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 8 lines | 8 code | 0 blank | 0 comment | 1 complexity | 9ca2096b2b3d41db9f2e39caed3b319e MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#ifndef ___ASM_SPARC_SYSTEM_H
2#define ___ASM_SPARC_SYSTEM_H
3#if defined(__sparc__) && defined(__arch64__)
4#include <asm/system_64.h>
5#else
6#include <asm/system_32.h>
7#endif
8#endif