mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
Use new generic tables infrastructure
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "init.h"
|
||||
|
||||
extern struct init_fn init_fns[];
|
||||
extern struct init_fn init_fns_end[];
|
||||
static struct init_fn init_fns[0] __table_start(init_fn);
|
||||
static struct init_fn init_fns_end[0] __table_end(init_fn);
|
||||
|
||||
void call_init_fns ( void ) {
|
||||
struct init_fn *init_fn;
|
||||
|
||||
Reference in New Issue
Block a user