mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 07:55:15 +07:00
6 lines
79 B
C
6 lines
79 B
C
|
#ifdef __i386__
|
||
|
#include "host_ldt_32.h"
|
||
|
#else
|
||
|
#include "host_ldt_64.h"
|
||
|
#endif
|