mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-24 22:41:25 +00:00
6 lines
86 B
C
6 lines
86 B
C
#ifdef CONFIG_SUPERH32
|
|
# include "uaccess_32.h"
|
|
#else
|
|
# include "uaccess_64.h"
|
|
#endif
|