PageRenderTime 39ms CodeModel.GetById 16ms app.highlight 12ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/x86/kernel/asm-offsets.c

https://bitbucket.org/cresqo/cm7-p500-kernel
C | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 682c24ce29d160c949be5270e98401c6 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#ifdef CONFIG_X86_32
2# include "asm-offsets_32.c"
3#else
4# include "asm-offsets_64.c"
5#endif