Free (GPLv2) TCP/IP stack developed by TASS Belgium

Fork of PicoTCP by Daniele Lacamera

Committer:
tass
Date:
Fri May 17 12:09:59 2013 +0000
Revision:
1:cfe8984a32b4
Parent:
libraries/picotcp/modules/pico_dev_loop.h@0:d7f2341ab245
Update for smaller SOCKETQ

Who changed what in which revision?

UserRevisionLine numberNew contents of line
daniele 0:d7f2341ab245 1 /*********************************************************************
daniele 0:d7f2341ab245 2 PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
daniele 0:d7f2341ab245 3 See LICENSE and COPYING for usage.
daniele 0:d7f2341ab245 4
daniele 0:d7f2341ab245 5 *********************************************************************/
daniele 0:d7f2341ab245 6 #ifndef _INCLUDE_PICO_LOOP
daniele 0:d7f2341ab245 7 #define _INCLUDE_PICO_LOOP
daniele 0:d7f2341ab245 8 #include "pico_config.h"
daniele 0:d7f2341ab245 9 #include "pico_device.h"
daniele 0:d7f2341ab245 10
daniele 0:d7f2341ab245 11 void pico_loop_destroy(struct pico_device *loop);
daniele 0:d7f2341ab245 12 struct pico_device *pico_loop_create(void);
daniele 0:d7f2341ab245 13
daniele 0:d7f2341ab245 14 #endif
daniele 0:d7f2341ab245 15