asm-offsets.c 87 字节
Newer Older
1
#ifdef CONFIG_MMU
2 3 4
#include "asm-offsets_mm.c"
#else
#include "asm-offsets_no.c"
5
#endif