thread_info.h 88 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "thread_info_no.h"
#else
#include "thread_info_mm.h"
#endif