mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
14 lines
208 B
C
14 lines
208 B
C
![]() |
#ifdef __KERNEL__
|
||
|
# ifdef CONFIG_X86_32
|
||
|
# include "resource_32.h"
|
||
|
# else
|
||
|
# include "resource_64.h"
|
||
|
# endif
|
||
|
#else
|
||
|
# ifdef __i386__
|
||
|
# include "resource_32.h"
|
||
|
# else
|
||
|
# include "resource_64.h"
|
||
|
# endif
|
||
|
#endif
|