]>
git.ipfire.org Git - people/ms/u-boot.git/blob - net/cdp.h
2 * Copied from Linux Monitor (LiMon) - Networking.
4 * Copyright 1994 - 2000 Neil Russell.
6 * Copyright 2000 Roland Borde
7 * Copyright 2000 Paolo Scaffardi
8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
9 * SPDX-License-Identifier: GPL-2.0
12 #if defined(CONFIG_CMD_CDP)
18 /* Process a received CDP packet */
19 void cdp_receive(const uchar
*pkt
, unsigned len
);
21 #endif /* __CDP_H__ */