#include <gpxe/netdevice.h>
#include <gpxe/command.h>
#include <usr/ifmgmt.h>
+#include "ifmgmt_cmd.h"
/** @file
*
* @v argv Argument list
* @ret rc Exit code
*/
-static __attribute__ (( regparm ( 2 ) )) int
+__attribute__ (( regparm ( 2 ) )) int
ifcommon_exec ( int ( * payload ) ( struct net_device * ),
const char *verb, int argc, char **argv ) {
int c;