aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/shared/sysdep/host_ldt.h
blob: 94518b3e0da544bc5801a3e7cdd34d2862ed5eb4 (plain) (blame)
1
2
3
4
5
#ifdef __i386__
#include "host_ldt_32.h"
#else
#include "host_ldt_64.h"
#endif