mx6sabreauto: convert to DM_VIDEO
[oweals/u-boot.git] / net / cdp.h
index 93bc4612203192e15e8728d62775406f951b30c2..16ccbf4b59edab1216683d906c8710fc8bbba16c 100644 (file)
--- a/net/cdp.h
+++ b/net/cdp.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
@@ -13,8 +14,9 @@
 #ifndef __CDP_H__
 #define __CDP_H__
 
-void CDPStart(void);
-void CDPHandler(const uchar *pkt, unsigned len);
+void cdp_start(void);
+/* Process a received CDP packet */
+void cdp_receive(const uchar *pkt, unsigned len);
 
 #endif /* __CDP_H__ */
 #endif