6 lines
88 B
C
Raw Normal View History

#ifdef __uClinux__
#include "thread_info_no.h"
#else
#include "thread_info_mm.h"
#endif