mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-18 23:04:47 +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
|