mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
6 lines
86 B
C
6 lines
86 B
C
#ifdef CONFIG_SUPERH32
|
|
# include "uaccess_32.h"
|
|
#else
|
|
# include "uaccess_64.h"
|
|
#endif
|