]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sched.h
ftrace: make the task state char-string visible to all
[karo-tx-linux.git] / include / linux / sched.h
index 717cab8a0c835867137bf33f6b6e5090d562fc2f..6e26f1fdbfe23f48c15019c61e6f16a22d728571 100644 (file)
@@ -2237,6 +2237,8 @@ static inline void mm_init_owner(struct mm_struct *mm, struct task_struct *p)
 }
 #endif /* CONFIG_MM_OWNER */
 
+#define TASK_STATE_TO_CHAR_STR "RSDTtZX"
+
 #endif /* __KERNEL__ */
 
 #endif