Commit b618ad31 authored by Vegard Nossum's avatar Vegard Nossum

stacktrace: add forward-declaration struct task_struct

This is needed if the header is to be free-standing.
Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
parent acc6be54
......@@ -4,6 +4,8 @@
struct task_struct;
#ifdef CONFIG_STACKTRACE
struct task_struct;
struct stack_trace {
unsigned int nr_entries, max_entries;
unsigned long *entries;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment