mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef __uClinux__
|
||
|
#include "uaccess_no.h"
|
||
|
#else
|
||
|
#include "uaccess_mm.h"
|
||
|
#endif
|