]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/cdp.h
fw_env: calculate default number of env sectors
[karo-tx-uboot.git] / net / cdp.h
index 93bc4612203192e15e8728d62775406f951b30c2..ec7315af7979b9c143fc791d03315a3f9c694b91 100644 (file)
--- 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