mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-06 20:34:10 +00:00
6 lines
82 B
C
6 lines
82 B
C
|
|
#ifdef CONFIG_X86_32
|
||
|
|
# include "module_32.h"
|
||
|
|
#else
|
||
|
|
# include "module_64.h"
|
||
|
|
#endif
|