mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
make netboot() static
This commit is contained in:
@@ -103,7 +103,7 @@ static int boot_root_path ( const char *root_path ) {
|
|||||||
* @v netdev Network device
|
* @v netdev Network device
|
||||||
* @ret rc Return status code
|
* @ret rc Return status code
|
||||||
*/
|
*/
|
||||||
int netboot ( struct net_device *netdev ) {
|
static int netboot ( struct net_device *netdev ) {
|
||||||
char buf[256];
|
char buf[256];
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user