7 * Copyright (C) 2009 Laurent Vivier (Laurent@vivier.eu)
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
16 #include "libopenbios/bindings.h"
17 #include "libopenbios/bootinfo_load.h"
20 DECLARE_NODE(bootinfo_loader
, INSTALL_OPEN
, 0, "+/packages/bootinfo-loader" );
22 NODE_METHODS( bootinfo_loader
) = {
23 { "init-program", bootinfo_init_program
},
26 void bootinfo_loader_init( void )
28 REGISTER_NODE( bootinfo_loader
);