|
|
1.1 root 1: /*
2: *
3: * <bootinfo-loader.c>
4: *
5: * bootinfo file loader
6: *
7: * Copyright (C) 2009 Laurent Vivier ([email protected])
8: *
9: * This program is free software; you can redistribute it and/or
10: * modify it under the terms of the GNU General Public License
11: * version 2
12: *
13: */
14:
15: #include "config.h"
16: #include "libopenbios/bindings.h"
17: #include "libopenbios/bootinfo_load.h"
18: #include "packages.h"
19:
20: DECLARE_NODE(bootinfo_loader, INSTALL_OPEN, 0, "+/packages/bootinfo-loader" );
21:
22: NODE_METHODS( bootinfo_loader ) = {
23: { "init-program", bootinfo_init_program },
24: };
25:
26: void bootinfo_loader_init( void )
27: {
28: REGISTER_NODE( bootinfo_loader );
29: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.