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