mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 22:45:21 +07:00
14 lines
200 B
C
14 lines
200 B
C
|
#ifdef __KERNEL__
|
||
|
# ifdef CONFIG_X86_32
|
||
|
# include "shmbuf_32.h"
|
||
|
# else
|
||
|
# include "shmbuf_64.h"
|
||
|
# endif
|
||
|
#else
|
||
|
# ifdef __i386__
|
||
|
# include "shmbuf_32.h"
|
||
|
# else
|
||
|
# include "shmbuf_64.h"
|
||
|
# endif
|
||
|
#endif
|