|
|
1.1 root 1: #ifndef _USR_AUTOBOOT_H
2: #define _USR_AUTOBOOT_H
3:
4: /** @file
5: *
6: * Automatic booting
7: *
8: */
9:
10: FILE_LICENCE ( GPL2_OR_LATER );
11:
12: #include <ipxe/in.h>
13: struct net_device;
14: struct uri;
15: struct settings;
16:
17: extern int uriboot ( struct uri *filename, struct uri *root_path );
18: extern struct uri *
19: fetch_next_server_and_filename ( struct settings *settings );
20: extern int netboot ( struct net_device *netdev );
21: extern int autoboot ( void );
22:
23: extern int pxe_menu_boot ( struct net_device *netdev );
24:
25: #endif /* _USR_AUTOBOOT_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.