diff options
Diffstat (limited to 'src/include/usr/autoboot.h')
-rw-r--r-- | src/include/usr/autoboot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index 16306cd0d..a91802020 100644 --- a/src/include/usr/autoboot.h +++ b/src/include/usr/autoboot.h @@ -18,6 +18,8 @@ extern void 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 ); -extern int pxe_menu_boot ( struct net_device *netdev ); + +extern int pxe_menu_boot ( struct net_device *netdev ) + __attribute__ (( weak )); #endif /* _USR_AUTOBOOT_H */ |