]> git.sur5r.net Git - freertos/blob - Demo/uIP_Demo_Rowley_ARM7/uip/tapdev.h
First version under SVN is V4.0.1
[freertos] / Demo / uIP_Demo_Rowley_ARM7 / uip / tapdev.h
1 /*\r
2  * Copyright (c) 2001, Adam Dunkels.\r
3  * All rights reserved. \r
4  *\r
5  * Redistribution and use in source and binary forms, with or without \r
6  * modification, are permitted provided that the following conditions \r
7  * are met: \r
8  * 1. Redistributions of source code must retain the above copyright \r
9  *    notice, this list of conditions and the following disclaimer. \r
10  * 2. Redistributions in binary form must reproduce the above copyright \r
11  *    notice, this list of conditions and the following disclaimer in the \r
12  *    documentation and/or other materials provided with the distribution. \r
13  * 3. The name of the author may not be used to endorse or promote\r
14  *    products derived from this software without specific prior\r
15  *    written permission.  \r
16  *\r
17  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\r
18  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
19  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
20  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\r
21  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
22  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\r
23  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
24  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\r
25  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
26  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r
27  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  \r
28  *\r
29  * This file is part of the uIP TCP/IP stack.\r
30  *\r
31  * $Id: tapdev.h,v 1.1.2.1 2003/10/04 22:54:17 adam Exp $\r
32  *\r
33  */\r
34 \r
35 #ifndef __TAPDEV_H__\r
36 #define __TAPDEV_H__\r
37 \r
38 void tapdev_init(void);\r
39 unsigned int tapdev_read(void);\r
40 void tapdev_send(void);\r
41 \r
42 #endif /* __TAPDEV_H__ */\r