diff options
Diffstat (limited to 'src/core/init.c')
| -rw-r--r-- | src/core/init.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/core/init.c b/src/core/init.c index ed652379c..66b428fee 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -7,10 +7,12 @@ ************************************************************************** */ -#include "init.h" +#include <gpxe/init.h> -static struct init_fn init_fns[0] __table_start(init_fn); -static struct init_fn init_fns_end[0] __table_end(init_fn); +static struct init_fn init_fns[0] + __table_start ( struct init_fn, init_fn ); +static struct init_fn init_fns_end[0] + __table_end ( struct init_fn, init_fn ); void call_init_fns ( void ) { struct init_fn *init_fn; |
