Move init.h to gpxe/init.h.

This commit is contained in:
Michael Brown
2006-04-30 01:08:52 +00:00
parent bac97eb979
commit 352bf1bda2
16 changed files with 83 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
**************************************************************************
*/
#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);