Add missing forward declaration of struct image_params.
This commit is contained in:
parent
82833332a3
commit
3fbde2ccc6
@ -37,6 +37,7 @@
|
||||
|
||||
#define AUXARGS_ENTRY(pos, id, val) {suword(pos++, id); suword(pos++, val);}
|
||||
|
||||
struct image_params;
|
||||
struct thread;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user