Staging
v0.8.1
Raw File
uaccess.h
#ifdef __uClinux__
#include "uaccess_no.h"
#else
#include "uaccess_mm.h"
#endif
back to top