Use new generic tables infrastructure

This commit is contained in:
Michael Brown
2005-04-27 11:25:21 +00:00
parent b9c9cee8a3
commit 241f426a85
2 changed files with 14 additions and 12 deletions

View File

@@ -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;