mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
stacktrace: add forward-declaration struct task_struct
This is needed if the header is to be free-standing. Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
parent
acc6be5405
commit
b618ad31bb
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
struct task_struct;
|
struct task_struct;
|
||||||
|
|
||||||
#ifdef CONFIG_STACKTRACE
|
#ifdef CONFIG_STACKTRACE
|
||||||
|
struct task_struct;
|
||||||
|
|
||||||
struct stack_trace {
|
struct stack_trace {
|
||||||
unsigned int nr_entries, max_entries;
|
unsigned int nr_entries, max_entries;
|
||||||
unsigned long *entries;
|
unsigned long *entries;
|
||||||
|
|
Loading…
Reference in a new issue