Raw File
user.h
#ifdef CONFIG_X86_32
# include "user_32.h"
#else
# include "user_64.h"
#endif
back to top