X-Git-Url: http://git.etherboot.org/people/lynusvaz/gpxe.git/blobdiff_plain/73b09ecba6dad0070e106a74eeed4bc388d60e02..15ce2fb851067eb64543859737e2d42f8a271ed6:/src/hci/commands/ifmgmt_cmd.c diff --git a/src/hci/commands/ifmgmt_cmd.c b/src/hci/commands/ifmgmt_cmd.c index f2508e55..b5f42056 100644 --- a/src/hci/commands/ifmgmt_cmd.c +++ b/src/hci/commands/ifmgmt_cmd.c @@ -16,11 +16,14 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include #include #include +#include "ifmgmt_cmd.h" /** @file * @@ -101,7 +104,7 @@ static int ifcommon_do_list ( int ( * payload ) ( struct net_device * ), * @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;