]> Git Repo - J-u-boot.git/blame - net/cdp.h
net: Kconfig: add CONFIG_WGET symbol
[J-u-boot.git] / net / cdp.h
CommitLineData
f739fcd8 1/* SPDX-License-Identifier: GPL-2.0 */
f575ae1f
JH
2/*
3 * Copied from Linux Monitor (LiMon) - Networking.
4 *
5 * Copyright 1994 - 2000 Neil Russell.
6 * (See License)
7 * Copyright 2000 Roland Borde
8 * Copyright 2000 Paolo Scaffardi
9 * Copyright 2000-2002 Wolfgang Denk, [email protected]
10 */
11
12#if defined(CONFIG_CMD_CDP)
13
14#ifndef __CDP_H__
15#define __CDP_H__
16
6aede5b7 17void cdp_start(void);
0b4c5ff4
JH
18/* Process a received CDP packet */
19void cdp_receive(const uchar *pkt, unsigned len);
f575ae1f
JH
20
21#endif /* __CDP_H__ */
22#endif
This page took 0.37974 seconds and 4 git commands to generate.