[autoboot] Use generic option-parsing library

Total saving: 32 bytes.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-11-21 16:39:36 +00:00
parent 2877af3ff5
commit 17b337d4a8
3 changed files with 92 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ struct net_device;
extern int shutdown_exit_flags;
extern int netboot ( struct net_device *netdev );
extern void autoboot ( void );
extern int autoboot ( void );
extern int boot_next_server_and_filename ( struct in_addr next_server,
const char *filename );
extern int boot_root_path ( const char *root_path );