6 lines
88 B
C
6 lines
88 B
C
|
#ifdef __uClinux__
|
||
|
#include "thread_info_no.h"
|
||
|
#else
|
||
|
#include "thread_info_mm.h"
|
||
|
#endif
|