Merge branch 'master' of git://git.denx.de/u-boot-arm
[platform/kernel/u-boot.git] / net / cdp.h
index 93bc461..ec7315a 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