X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Fcdp.h;h=83475c992d237885e18a581c1a1b828aa5d4888f;hb=d282a1db6aead313649ad7be6d3ff0fb68fca4ef;hp=95e4ce025de713a0aa992b161c61dab94af9979f;hpb=790af815436bc6a93e4c581840be2419897f23b1;p=u-boot diff --git a/net/cdp.h b/net/cdp.h index 95e4ce025d..83475c992d 100644 --- a/net/cdp.h +++ b/net/cdp.h @@ -14,7 +14,7 @@ #ifndef __CDP_H__ #define __CDP_H__ -void CDPStart(void); +void cdp_start(void); /* Process a received CDP packet */ void cdp_receive(const uchar *pkt, unsigned len);