net: cosmetic: Clean up netconsole variables and functions
[oweals/u-boot.git] / include / net.h
index 7fe60e58996bbccaebe4648e9ab4a23d07dfc900..6e9d18fa020f0c4f5bb01da31e7582fa9d015eb2 100644 (file)
@@ -640,7 +640,7 @@ int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport,
 void net_process_received_packet(uchar *in_packet, int len);
 
 #ifdef CONFIG_NETCONSOLE
-void NcStart(void);
+void nc_start(void);
 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port,
        unsigned src_port, unsigned len);
 #endif