summaryrefslogtreecommitdiffstats
path: root/net/cdp.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-23 07:58:13 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 17:46:16 -0500
commit0b4c5ff4ab7fb0a69030b9ddb8f9415076ab545b (patch)
tree5ea84c4749e550766a7d2acba7c75407b6bfb1ba /net/cdp.h
parent8d353eb86d2f1d7c7de2be2f474edbc53bb0ee5e (diff)
downloadtalos-obmc-uboot-0b4c5ff4ab7fb0a69030b9ddb8f9415076ab545b.tar.gz
talos-obmc-uboot-0b4c5ff4ab7fb0a69030b9ddb8f9415076ab545b.zip
net: cosmetic: Rename CDPHandler to cdp_receive
This is not called as a handler, so don't name it that way Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net/cdp.h')
-rw-r--r--net/cdp.h3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud