X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fcdp.h;h=83475c992d237885e18a581c1a1b828aa5d4888f;hb=ee3e21f236c4277ef877b80e2f48631d79a8e8be;hp=ec7315af7979b9c143fc791d03315a3f9c694b91;hpb=1e362dc3e799fd86722a60f5639e52a67dfc0658;p=karo-tx-uboot.git diff --git a/net/cdp.h b/net/cdp.h index ec7315af79..83475c992d 100644 --- a/net/cdp.h +++ b/net/cdp.h @@ -6,6 +6,7 @@ * Copyright 2000 Roland Borde * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de + * SPDX-License-Identifier: GPL-2.0 */ #if defined(CONFIG_CMD_CDP) @@ -13,7 +14,7 @@ #ifndef __CDP_H__ #define __CDP_H__ -void CDPStart(void); +void cdp_start(void); /* Process a received CDP packet */ void cdp_receive(const uchar *pkt, unsigned len);