X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Fcdp.h;h=ec7315af7979b9c143fc791d03315a3f9c694b91;hb=7c604e98c2213619af6a8c3064418af9b689cf56;hp=93bc4612203192e15e8728d62775406f951b30c2;hpb=f575ae1f7d3940efbfc43e4236adb4a8ec1db632;p=u-boot diff --git a/net/cdp.h b/net/cdp.h index 93bc461220..ec7315af79 100644 --- a/net/cdp.h +++ b/net/cdp.h @@ -14,7 +14,8 @@ #define __CDP_H__ void CDPStart(void); -void CDPHandler(const uchar *pkt, unsigned len); +/* Process a received CDP packet */ +void cdp_receive(const uchar *pkt, unsigned len); #endif /* __CDP_H__ */ #endif