mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
6 lines
84 B
C
6 lines
84 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "uaccess_32.h"
|
||
|
#else
|
||
|
# include "uaccess_64.h"
|
||
|
#endif
|